private static class DateTimeConverter.FormatWrapper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.text.DateFormat |
df |
private java.time.format.DateTimeFormatter |
dtf |
private java.time.temporal.TemporalQuery |
from |
Modifier | Constructor and Description |
---|---|
private |
FormatWrapper(java.text.DateFormat wrapped) |
private |
FormatWrapper(java.time.format.DateTimeFormatter dtf,
java.time.temporal.TemporalQuery from) |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
format(java.lang.Object obj) |
private java.lang.Object |
parse(java.lang.CharSequence text) |
private void |
setTimeZone(java.util.TimeZone zone) |
private final java.text.DateFormat df
private final java.time.format.DateTimeFormatter dtf
private final java.time.temporal.TemporalQuery from
Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms