Class ScxReflect

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

public final class ScxReflect extends Object
ScxReflect
Version:
0.0.1
Author:
scx567888
  • Constructor Details

    • ScxReflect

      public ScxReflect()
  • Method Details

    • typeOf

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

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

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