Uses of Class
com.oracle.coherence.io.json.genson.datetime.TimestampFormat
-
Packages that use TimestampFormat Package Description com.oracle.coherence.io.json.genson.datetime JSON date and time classes.com.oracle.coherence.io.json.genson.datetime.annotation Json annotations. -
-
Uses of TimestampFormat in com.oracle.coherence.io.json.genson.datetime
Methods in com.oracle.coherence.io.json.genson.datetime that return TimestampFormat Modifier and Type Method Description static TimestampFormatTimestampFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static TimestampFormat[]TimestampFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.coherence.io.json.genson.datetime with parameters of type TimestampFormat Modifier and Type Method Description JavaDateTimeBundleJavaDateTimeBundle. setTemporalAccessorTimestampFormat(Class<? extends TemporalAccessor> clazz, TimestampFormat format)TheTimestampFormatto use when serializing/deserializing aTemporalAccessorvalue of the provided class.JavaDateTimeBundleJavaDateTimeBundle. setTemporalAmountTimestampFormat(Class<? extends TemporalAmount> clazz, TimestampFormat format)TheTimestampFormatto use when serializing/deserializing aTemporalAmountvalue of the provided class. -
Uses of TimestampFormat in com.oracle.coherence.io.json.genson.datetime.annotation
Methods in com.oracle.coherence.io.json.genson.datetime.annotation that return TimestampFormat Modifier and Type Method Description TimestampFormatvalue()TheTimestampFormatvalue.
-