程序包 org.coodex.util
类 PojoProperty
java.lang.Object
org.coodex.util.PojoProperty
Created by davidoff shen on 2017-05-12.
-
构造器概要
构造器限定符构造器说明protectedPojoProperty(Field field, Type type) protectedPojoProperty(Method method, Field field, boolean readonly, Type type, String name) protectedPojoProperty(PojoProperty property, Type type) -
方法概要
修饰符和类型方法说明findAllDecoratedBy(Class<? extends Annotation> decoratedClass) findDecoratedBy(Class<? extends Annotation> decoratedClass) <T extends Annotation>
TgetAnnotation(Class<T> annotationClass) getField()getName()getType()booleantoString()