程序包 org.coodex.util

类 PojoProperty

java.lang.Object
org.coodex.util.PojoProperty

public class PojoProperty extends Object
Created by davidoff shen on 2017-05-12.
  • 构造器详细资料

    • PojoProperty

      protected PojoProperty(PojoProperty property, Type type)
    • PojoProperty

      protected PojoProperty(Field field, Type type)
    • PojoProperty

      protected PojoProperty(Method method, Field field, boolean readonly, Type type, String name)
  • 方法详细资料

    • getMethod

      public Method getMethod()
    • getField

      public Field getField()
    • isReadonly

      public boolean isReadonly()
    • getType

      public Type getType()
    • getName

      public String getName()
    • getAnnotation

      public <T extends Annotation> T getAnnotation(Class<T> annotationClass)
    • findDecoratedBy

      public Annotation findDecoratedBy(Class<? extends Annotation> decoratedClass)
    • findAllDecoratedBy

      public List<Annotation> findAllDecoratedBy(Class<? extends Annotation> decoratedClass)
    • getAnnotations

      public Annotation[] getAnnotations()
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object