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
Classes in org.codehaus.jackson.map.introspect that implement interfaces with type arguments of type POJOPropertyBuilderModifier and TypeClassDescriptionclassHelper class used for aggregating information about a single potential POJO property.Fields in org.codehaus.jackson.map.introspect with type parameters of type POJOPropertyBuilderModifier and TypeFieldDescriptionprotected LinkedList<POJOPropertyBuilder> POJOPropertiesCollector._creatorPropertiesprotected final LinkedHashMap<String, POJOPropertyBuilder> POJOPropertiesCollector._propertiesSet of logical property information collected so farMethods in org.codehaus.jackson.map.introspect that return POJOPropertyBuilderModifier and TypeMethodDescriptionprotected POJOPropertyBuilderMethod 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 TypeMethodDescriptionvoidPOJOPropertyBuilder.addAll(POJOPropertyBuilder src) Method for adding all property members from specified collector into this collector.intPOJOPropertyBuilder.compareTo(POJOPropertyBuilder other) Constructors in org.codehaus.jackson.map.introspect with parameters of type POJOPropertyBuilder