public class PojoProperty extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
PojoProperty(PojoProperty property,
Type type) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
getAnnotation(Class<T> annotationClass) |
Annotation[] |
getAnnotations() |
Field |
getField() |
Method |
getMethod() |
String |
getName() |
Type |
getType() |
boolean |
isReadonly() |
protected PojoProperty(PojoProperty property, Type type)
public Method getMethod()
public Field getField()
public boolean isReadonly()
public Type getType()
public String getName()
public <T extends Annotation> T getAnnotation(Class<T> annotationClass)
public Annotation[] getAnnotations()
Copyright © 2018. All rights reserved.