All Classes and Interfaces

Class
Description
 
Utilities to aid in the translation of decimal types to/from multiple parts.
DoubleStream serializer
Deserializer for Java 8 temporal Durations.
 
Serializer for Java 8 temporal Durations.
Handles the conversion of the duration based on the API of Duration for a restricted set of ChronoUnit.
 
Deserializer for Java 8 temporal Instants, OffsetDateTime, and ZonedDateTimes.
 
 
 
Serializer for Java 8 temporal Instants, OffsetDateTime, and ZonedDateTimes.
Base class for serializers used for Instant and other Temporal subtypes.
IntStream serializer
Configurable on/off features for Java 8 Date/Time module (JavaTimeModule).
Class that registers capability of serializing java.time objects with the Jackson core.
BeanSerializerModifier needed to sneak in handler to exclude "absent" optional values iff handling of "absent as nulls" is enabled.
 
 
 
 
We need to ensure `Optional` is a `ReferenceType`
 
 
Base class that indicates that all JSR310 datatypes are deserialized from scalar JSON types.
Base class that provides an array schema instead of scalar schema if SerializationFeature.WRITE_DATES_AS_TIMESTAMPS is enabled.
 
Deprecated.
Replaced by JavaTimeModule since Jackson 2.7, see above for details on differences in the default configuration.
Deprecated.
Base class that indicates that all JSR310 datatypes are serialized as scalar JSON types.
Deserializer for all Java 8 temporal java.time types that cannot be represented with numbers and that have parse functions that can take Strings, and where format is not configurable.
Deserializer for Java 8 temporal LocalDates.
 
Serializer for Java 8 temporal LocalDates.
Deserializer for Java 8 temporal LocalDateTimes.
 
Serializer for Java 8 temporal LocalDateTimes.
Deserializer for Java 8 temporal LocalTimes.
 
Serializer for Java 8 temporal LocalTimes.
LongStream serializer
Deserializer for Java 8 temporal MonthDays.
 
Serializer for Java 8 temporal MonthDays.
 
 
Deserializer for Java 8 temporal OffsetTimes.
 
Serializer for Java 8 temporal OffsetTimes.
 
 
 
 
 
 
 
 
Automatically generated from PackageVersion.java.in during packageVersion-generate execution of maven-replacer-plugin in pom.xml.
Automatically generated from PackageVersion.java.in during packageVersion-generate execution of maven-replacer-plugin in pom.xml.
Automatically generated from PackageVersion.java.in during packageVersion-generate execution of maven-replacer-plugin in pom.xml.
 
Introspector that uses parameter name information provided by the Java Reflection API additions in Java 8 to determine the parameter name for methods and constructors.
 
 
Common typed stream serializer
IOException runtime wrapper
Deserializer for Java 8 temporal Years.
 
Deserializer for Java 8 temporal YearMonths.
 
Serializer for Java 8 temporal YearMonths.
Deprecated.
Due to typo in class name use YearMonthKeyDeserializer instead.
Serializer for Java 8 temporal Years.
 
 
 
Deprecated.
Since 2.8 only used by deprecated JSR310Module