| Package | Description | 
|---|---|
| com.fasterxml.jackson.databind.introspect | Functionality needed for Bean introspection, required for detecting
 accessors and mutators for Beans, as well as locating and handling
 method annotations. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected POJOPropertiesCollector | BasicBeanDescription. _propCollectorWe will hold a reference to the collector in cases where
 information is lazily accessed and constructed; properties
 are only accessed when they are actually needed. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected POJOPropertiesCollector | BasicClassIntrospector. collectProperties(MapperConfig<?> config,
                 JavaType type,
                 ClassIntrospector.MixInResolver r,
                 boolean forSerialization,
                 String mutatorPrefix) | 
| protected POJOPropertiesCollector | BasicClassIntrospector. collectPropertiesWithBuilder(MapperConfig<?> config,
                            JavaType type,
                            ClassIntrospector.MixInResolver r,
                            boolean forSerialization) | 
| protected POJOPropertiesCollector | BasicClassIntrospector. constructPropertyCollector(MapperConfig<?> config,
                          AnnotatedClass ac,
                          JavaType type,
                          boolean forSerialization,
                          String mutatorPrefix)Overridable method called for creating  POJOPropertiesCollectorinstance
 to use; override is needed if a custom sub-class is to be used. | 
| Modifier and Type | Method and Description | 
|---|---|
| static BasicBeanDescription | BasicBeanDescription. forDeserialization(POJOPropertiesCollector coll)Factory method to use for constructing an instance to use for building
 deserializers. | 
| static BasicBeanDescription | BasicBeanDescription. forSerialization(POJOPropertiesCollector coll)Factory method to use for constructing an instance to use for building
 serializers. | 
| Constructor and Description | 
|---|
| BasicBeanDescription(POJOPropertiesCollector coll) | 
| BasicBeanDescription(POJOPropertiesCollector coll,
                    JavaType type,
                    AnnotatedClass classDef) | 
Copyright © 2008–2020 FasterXML. All rights reserved.