Package | Description |
---|---|
com.fasterxml.jackson.jr.ob.impl |
Modifier and Type | Field and Description |
---|---|
protected BeanProperty[] |
BeanDefinition._properties |
protected BeanProperty[] |
TypeDetector.NO_PROPS |
Modifier and Type | Field and Description |
---|---|
protected Map<String,BeanProperty> |
BeanDefinition._propsByName |
Modifier and Type | Method and Description |
---|---|
BeanProperty |
BeanDefinition.findProperty(String name) |
BeanProperty[] |
BeanDefinition.properties() |
BeanProperty |
BeanProperty.withGetter(Method getter) |
BeanProperty |
BeanProperty.withReader(ValueReader vr) |
BeanProperty |
BeanProperty.withSetter(Method setter) |
BeanProperty |
BeanProperty.withTypeId(int typeId) |
Modifier and Type | Method and Description |
---|---|
protected List<BeanProperty> |
TypeDetector._introspectBean(Class<?> beanType,
boolean forSer,
boolean forceAccess) |
Map<String,BeanProperty> |
BeanDefinition.propertiesByName() |
Modifier and Type | Method and Description |
---|---|
protected void |
TypeDetector._introspect(Class<?> currType,
Map<String,BeanProperty> props) |
Constructor and Description |
---|
BeanDefinition(Class<?> type,
BeanProperty[] props)
Constructors used for serialization use case
|
BeanProperty(BeanProperty src,
int typeId,
Method getter,
Method setter) |
BeanProperty(BeanProperty src,
ValueReader vr) |
Constructor and Description |
---|
BeanDefinition(Class<?> type,
Map<String,BeanProperty> props,
Constructor<?> defaultCtor,
Constructor<?> stringCtor,
Constructor<?> longCtor)
Constructors used for deserialization use case
|
Copyright © 2014-2015 FasterXML. All Rights Reserved.