public class BeanPropertyIntrospector extends Object
POJODefinition
) to build general POJO readers
(deserializers) and writers (serializers).
Note that most of the usage is via ValueReaderLocator
and
ValueWriterLocator
Modifier and Type | Field and Description |
---|---|
protected static POJODefinition.Prop[] |
NO_PROPS |
Constructor and Description |
---|
BeanPropertyIntrospector() |
Modifier and Type | Method and Description |
---|---|
static BeanPropertyIntrospector |
instance() |
POJODefinition |
pojoDefinitionForDeserialization(JSONReader r,
Class<?> pojoType) |
POJODefinition |
pojoDefinitionForSerialization(JSONWriter w,
Class<?> pojoType) |
protected static final POJODefinition.Prop[] NO_PROPS
public static BeanPropertyIntrospector instance()
public POJODefinition pojoDefinitionForDeserialization(JSONReader r, Class<?> pojoType)
public POJODefinition pojoDefinitionForSerialization(JSONWriter w, Class<?> pojoType)
Copyright © 2020 FasterXML. All rights reserved.