Uses of Class
org.codehaus.jackson.map.introspect.POJOPropertiesCollector
Packages that use POJOPropertiesCollector
Package
Description
Functionality needed for Bean introspection, required for detecting
accessors and mutators for Beans, as well as locating and handling
method annotations.
-
Uses of POJOPropertiesCollector in org.codehaus.jackson.map.introspect
Methods in org.codehaus.jackson.map.introspect that return POJOPropertiesCollectorModifier and TypeMethodDescriptionPOJOPropertiesCollector.collect()Method that orchestrates collection activities, and needs to be called after creating the instance.BasicClassIntrospector.collectProperties(MapperConfig<?> config, JavaType type, ClassIntrospector.MixInResolver r, boolean forSerialization) protected POJOPropertiesCollectorBasicClassIntrospector.constructPropertyCollector(MapperConfig<?> config, AnnotatedClass ac, JavaType type, boolean forSerialization) Overridable method called for creatingPOJOPropertiesCollectorinstance to use; override is needed if a custom sub-class is to be used.Methods in org.codehaus.jackson.map.introspect with parameters of type POJOPropertiesCollectorModifier and TypeMethodDescriptionstatic BasicBeanDescriptionBasicBeanDescription.forDeserialization(POJOPropertiesCollector coll) Factory method to use for constructing an instance to use for building deserializers.static BasicBeanDescriptionBasicBeanDescription.forSerialization(POJOPropertiesCollector coll) Factory method to use for constructing an instance to use for building serializers.