public class POJOPropertiesCollector
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.Class<?> |
findPOJOBuilderClass()
Method for finding Class to use as POJO builder, if any.
|
AnnotationIntrospector |
getAnnotationIntrospector() |
AnnotatedMember |
getAnyGetter() |
AnnotatedMember |
getAnySetterField() |
AnnotatedMethod |
getAnySetterMethod() |
AnnotatedClass |
getClassDef() |
MapperConfig<?> |
getConfig() |
java.util.Set<java.lang.String> |
getIgnoredPropertyNames()
Accessor for set of properties that are explicitly marked to be ignored
via per-property markers (but NOT class annotations).
|
java.util.Map<java.lang.Object,AnnotatedMember> |
getInjectables() |
AnnotatedMember |
getJsonValueAccessor() |
AnnotatedMethod |
getJsonValueMethod()
Deprecated.
|
ObjectIdInfo |
getObjectIdInfo()
Accessor to find out whether type specified requires inclusion
of Object Identifier.
|
java.util.List<BeanPropertyDefinition> |
getProperties() |
JavaType |
getType() |
public MapperConfig<?> getConfig()
public JavaType getType()
public AnnotatedClass getClassDef()
public AnnotationIntrospector getAnnotationIntrospector()
public java.util.List<BeanPropertyDefinition> getProperties()
public java.util.Map<java.lang.Object,AnnotatedMember> getInjectables()
@Deprecated public AnnotatedMethod getJsonValueMethod()
public AnnotatedMember getJsonValueAccessor()
public AnnotatedMember getAnyGetter()
public AnnotatedMember getAnySetterField()
public AnnotatedMethod getAnySetterMethod()
public java.util.Set<java.lang.String> getIgnoredPropertyNames()
public ObjectIdInfo getObjectIdInfo()
public java.lang.Class<?> findPOJOBuilderClass()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"