类 POJOPropertyInfo

java.lang.Object
org.coodex.concrete.apitools.jaxrs.POJOPropertyInfo

public class POJOPropertyInfo extends Object
Created by davidoff shen on 2016-12-04.
  • 构造器详细资料

    • POJOPropertyInfo

      @Deprecated public POJOPropertyInfo(Class<?> contextType, Method method)
      已过时。
    • POJOPropertyInfo

      @Deprecated public POJOPropertyInfo(Class<?> contextType, Field field)
      已过时。
    • POJOPropertyInfo

      public POJOPropertyInfo(org.coodex.util.PojoProperty property)
  • 方法详细资料

    • getName

      public String getName()
    • getType

      public Type getType()
    • getLabel

      public String getLabel()
    • getDescription

      public String getDescription()
    • getProperty

      public org.coodex.util.PojoProperty getProperty()
    • isDeprecated

      public boolean isDeprecated()