Uses of Class
org.codehaus.jackson.map.introspect.POJOPropertyBuilder
Packages that use POJOPropertyBuilder
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 POJOPropertyBuilder in org.codehaus.jackson.map.introspect
Fields in org.codehaus.jackson.map.introspect with type parameters of type POJOPropertyBuilderModifier and TypeFieldDescriptionprotected LinkedList
<POJOPropertyBuilder> POJOPropertiesCollector._creatorProperties
protected final LinkedHashMap
<String, POJOPropertyBuilder> POJOPropertiesCollector._properties
Set of logical property information collected so farMethods in org.codehaus.jackson.map.introspect that return POJOPropertyBuilderModifier and TypeMethodDescriptionprotected POJOPropertyBuilder
Method for constructing a renamed instanceMethods in org.codehaus.jackson.map.introspect that return types with arguments of type POJOPropertyBuilderModifier and TypeMethodDescriptionprotected Map
<String, POJOPropertyBuilder> POJOPropertiesCollector.getPropertyMap()
Methods in org.codehaus.jackson.map.introspect with parameters of type POJOPropertyBuilderModifier and TypeMethodDescriptionvoid
POJOPropertyBuilder.addAll
(POJOPropertyBuilder src) Method for adding all property members from specified collector into this collector.int
POJOPropertyBuilder.compareTo
(POJOPropertyBuilder other) Constructors in org.codehaus.jackson.map.introspect with parameters of type POJOPropertyBuilder