Uses of Class
org.eclipse.yasson.YassonConfig
-
Packages that use YassonConfig Package Description org.eclipse.yasson -
-
Uses of YassonConfig in org.eclipse.yasson
Methods in org.eclipse.yasson that return YassonConfig Modifier and Type Method Description YassonConfig
YassonConfig. withEagerParsing(Class<?>... classes)
YassonConfig
YassonConfig. withFailOnUnknownProperties(boolean failOnUnknownProperties)
Property used to specify behaviour on deserialization when JSON document contains properties which doesn't exist in the target class.YassonConfig
YassonConfig. withNullRootSerializer(javax.json.bind.serializer.JsonbSerializer<?> nullSerializer)
Serializer to use when object provided toJsonb.toJson(Object)
isnull
or an empty Optional.YassonConfig
YassonConfig. withUserTypeMapping(Map<Class<?>,Class<?>> mapping)
User type mapping for map interface to implementation classes.YassonConfig
YassonConfig. withZeroTimeParseDefaulting(boolean defaultZeroHour)
Makes parsing dates defaulting to zero hour, minute and second.
-