public class POJOProperty extends Object
Modifier and Type | Field and Description |
---|---|
protected Class<?> |
_context
Class in which setter/getter was declared, needed for resolving
generic types.
|
protected String |
_fieldName |
protected Method |
_getter |
protected String |
_name |
protected Method |
_setter |
Constructor and Description |
---|
POJOProperty(String name,
Class<?> ctxt) |
Modifier and Type | Method and Description |
---|---|
String |
getFieldName() |
Method |
getGetter() |
String |
getName() |
Method |
getSetter() |
boolean |
hasConcreteGetter() |
boolean |
hasConcreteSetter() |
com.fasterxml.jackson.module.mrbean.BeanBuilder.TypeDescription |
selectType(com.fasterxml.jackson.databind.type.TypeFactory tf) |
void |
setGetter(Method m) |
void |
setSetter(Method m) |
protected final String _name
protected final String _fieldName
protected final Class<?> _context
protected Method _getter
protected Method _setter
public String getName()
public void setGetter(Method m)
public void setSetter(Method m)
public Method getGetter()
public Method getSetter()
public String getFieldName()
public boolean hasConcreteGetter()
public boolean hasConcreteSetter()
public com.fasterxml.jackson.module.mrbean.BeanBuilder.TypeDescription selectType(com.fasterxml.jackson.databind.type.TypeFactory tf)
Copyright © 2014–2016 FasterXML. All rights reserved.