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 YassonConfigYassonConfig. withEagerParsing(java.lang.Class<?>... classes)YassonConfigYassonConfig. withFailOnUnknownProperties(boolean failOnUnknownProperties)Property used to specify behaviour on deserialization when JSON document contains properties which doesn't exist in the target class.YassonConfigYassonConfig. withNullRootSerializer(javax.json.bind.serializer.JsonbSerializer<?> nullSerializer)Serializer to use when object provided toJsonb.toJson(Object)isnullor an empty Optional.YassonConfigYassonConfig. withUserTypeMapping(java.util.Map<java.lang.Class<?>,java.lang.Class<?>> mapping)User type mapping for map interface to implementation classes.YassonConfigYassonConfig. withZeroTimeParseDefaulting(boolean defaultZeroHour)Makes parsing dates defaulting to zero hour, minute and second.
-