Class ScxReflect

java.lang.Object
cool.scx.reflect.ScxReflect

public final class ScxReflect extends Object
  • Constructor Details

    • ScxReflect

      public ScxReflect()
  • Method Details

    • getType

      public static TypeInfo getType(Class<?> type)
      根据 Class 获取 TypeInfo
    • getType

      public static TypeInfo getType(Type type)
      根据 Type 获取 TypeInfo
    • getType

      public static TypeInfo getType(TypeReference<?> typeReference)
      根据 TypeReference 获取 TypeInfo