Serialized Form
-
Package com.seeq
-
Exception com.seeq.ApiException
class ApiException extends RuntimeException implements Serializable -
Class com.seeq.CustomInstantDeserializer
class CustomInstantDeserializer extends com.fasterxml.jackson.datatype.threetenbp.deser.ThreeTenDateTimeDeserializerBase<T extends org.threeten.bp.temporal.Temporal> implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
adjust
com.fasterxml.jackson.datatype.threetenbp.function.BiFunction<T extends org.threeten.bp.temporal.Temporal,
org.threeten.bp.ZoneId, T extends org.threeten.bp.temporal.Temporal> adjust -
fromMilliseconds
com.fasterxml.jackson.datatype.threetenbp.function.Function<com.seeq.CustomInstantDeserializer.FromIntegerArguments,
T extends org.threeten.bp.temporal.Temporal> fromMilliseconds -
fromNanoseconds
com.fasterxml.jackson.datatype.threetenbp.function.Function<com.seeq.CustomInstantDeserializer.FromDecimalArguments,
T extends org.threeten.bp.temporal.Temporal> fromNanoseconds -
parsedToValue
com.fasterxml.jackson.datatype.threetenbp.function.Function<org.threeten.bp.temporal.TemporalAccessor,
T extends org.threeten.bp.temporal.Temporal> parsedToValue
-
-
Class com.seeq.RFC3339DateFormat
class RFC3339DateFormat extends com.fasterxml.jackson.databind.util.ISO8601DateFormat implements Serializable
-