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 LinkedList<POJOPropertyBuilder>POJOPropertiesCollector. _creatorPropertiesprotected LinkedHashMap<String,POJOPropertyBuilder>POJOPropertiesCollector. _propertiesSet of logical property information collected so farMethods in org.codehaus.jackson.map.introspect that return POJOPropertyBuilder Modifier and Type Method Description protected POJOPropertyBuilderPOJOPropertiesCollector. _property(String implName)POJOPropertyBuilderPOJOPropertyBuilder. withName(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 Map<String,POJOPropertyBuilder>POJOPropertiesCollector. getPropertyMap()Methods in org.codehaus.jackson.map.introspect with parameters of type POJOPropertyBuilder Modifier and Type Method Description voidPOJOPropertyBuilder. 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 Constructor Description POJOPropertyBuilder(POJOPropertyBuilder src, String newName)
-