类 POJOTypeInfo

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

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

    • POJOTypeInfo

      public POJOTypeInfo(Class<?> contextType, Type genericType)
  • 方法详细资料

    • getContextType

      public Class<?> getContextType()
    • getGenericType

      public Type getGenericType()
    • getType

      public Class<?> getType()
    • getArrayElement

      public POJOTypeInfo getArrayElement()
    • getGenericParameters

      public List<POJOTypeInfo> getGenericParameters()