public class POJOProperty extends Object
Modifier and Type | Field and Description |
---|---|
protected com.fasterxml.jackson.databind.introspect.TypeResolutionContext |
_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(com.fasterxml.jackson.databind.introspect.TypeResolutionContext ctxt,
String name) |
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() |
void |
setGetter(Method m) |
void |
setSetter(Method m) |
protected final String _name
protected final String _fieldName
protected final com.fasterxml.jackson.databind.introspect.TypeResolutionContext _context
protected Method _getter
protected Method _setter
public POJOProperty(com.fasterxml.jackson.databind.introspect.TypeResolutionContext ctxt, String name)
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()
Copyright © 2020 FasterXML. All rights reserved.