Uses of Class
org.codehaus.jackson.map.introspect.POJOPropertyBuilder
-
Packages that use POJOPropertyBuilder Package Description org.codehaus.jackson.map.introspect 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 POJOPropertyBuilder Modifier and Type Field Description protected java.util.LinkedList<POJOPropertyBuilder>
POJOPropertiesCollector. _creatorProperties
protected java.util.LinkedHashMap<java.lang.String,POJOPropertyBuilder>
POJOPropertiesCollector. _properties
Set of logical property information collected so farMethods in org.codehaus.jackson.map.introspect that return POJOPropertyBuilder Modifier and Type Method Description protected POJOPropertyBuilder
POJOPropertiesCollector. _property(java.lang.String implName)
POJOPropertyBuilder
POJOPropertyBuilder. withName(java.lang.String newName)
Method for constructing a renamed instanceMethods in org.codehaus.jackson.map.introspect that return types with arguments of type POJOPropertyBuilder Modifier and Type Method Description protected java.util.Map<java.lang.String,POJOPropertyBuilder>
POJOPropertiesCollector. getPropertyMap()
Methods in org.codehaus.jackson.map.introspect with parameters of type POJOPropertyBuilder Modifier and Type Method Description void
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 Constructor Description POJOPropertyBuilder(POJOPropertyBuilder src, java.lang.String newName)
-