Uses of Class
org.jdrupes.jsonb.beans.JavaBeanDeserializer
-
Uses of JavaBeanDeserializer in org.jdrupes.jsonb.beans
Methods in org.jdrupes.jsonb.beans that return JavaBeanDeserializerModifier and TypeMethodDescriptionAdds an alias for a class.JavaBeanDeserializer.setClassConverter
(Function<String, Optional<Class<?>>> converter) Sets the converter that maps a specified "class" to an actual JavaClass
.JavaBeanDeserializer.skipUnknown()
Cause this decoder to silently skip information from the JSON source that cannot be mapped to a property of the bean being created.