public class PojoProperty extends Object
限定符 | 构造器和说明 |
---|---|
protected |
PojoProperty(PojoProperty property,
Type type) |
限定符和类型 | 方法和说明 |
---|---|
<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.