Uses of Class
com.fasterxml.jackson.datatype.guava.GuavaModule
Packages that use GuavaModule
-
Uses of GuavaModule in com.fasterxml.jackson.datatype.guava
Methods in com.fasterxml.jackson.datatype.guava that return GuavaModuleModifier and TypeMethodDescriptionGuavaModule.configureAbsentsAsNulls
(boolean state) Configuration method that may be used to change configuration setting_cfgHandleAbsentAsNull
: enabling means that `Optional.absent()` values are handled like Java nulls (wrt filtering on serialization); disabling that they are only treated as "empty" values, but not like native Java nulls.GuavaModule.defaultBoundType
(com.google.common.collect.BoundType boundType) Configuration method that may be used to change theBoundType
to be used when deserializingRange
objects.