Uses of Class
org.eclipse.yasson.YassonConfig
Packages that use YassonConfig
-
Uses of YassonConfig in org.eclipse.yasson
Methods in org.eclipse.yasson that return YassonConfigModifier and TypeMethodDescriptionYassonConfig.withEagerParsing(Class<?>... classes) 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.withNullRootSerializer(javax.json.bind.serializer.JsonbSerializer<?> nullSerializer) Serializer to use when object provided toJsonb.toJson(Object)isnullor an empty Optional.YassonConfig.withUserTypeMapping(Map<Class<?>, Class<?>> mapping) User type mapping for map interface to implementation classes.YassonConfig.withZeroTimeParseDefaulting(boolean defaultZeroHour) Makes parsing dates defaulting to zero hour, minute and second.