|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use POJOPropertyBuilder | |
---|---|
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 | |
---|---|
protected LinkedList<POJOPropertyBuilder> |
POJOPropertiesCollector._creatorProperties
|
protected LinkedHashMap<String,POJOPropertyBuilder> |
POJOPropertiesCollector._properties
Set of logical property information collected so far |
Methods in org.codehaus.jackson.map.introspect that return POJOPropertyBuilder | |
---|---|
protected POJOPropertyBuilder |
POJOPropertiesCollector._property(String implName)
|
POJOPropertyBuilder |
POJOPropertyBuilder.withName(String newName)
Method for constructing a renamed instance |
Methods in org.codehaus.jackson.map.introspect that return types with arguments of type POJOPropertyBuilder | |
---|---|
protected Map<String,POJOPropertyBuilder> |
POJOPropertiesCollector.getPropertyMap()
|
Methods in org.codehaus.jackson.map.introspect with parameters of type POJOPropertyBuilder | |
---|---|
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 | |
---|---|
POJOPropertyBuilder(POJOPropertyBuilder src,
String newName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |