Uses of Interface
cool.scx.reflect.TypeInfo
-
Uses of TypeInfo in cool.scx.reflect
Subinterfaces of TypeInfo in cool.scx.reflectModifier and TypeInterfaceDescriptioninterfaceArrayTypeInfointerfaceClassInfointerfacePrimitiveTypeInfoSubinterfaces with type arguments of type TypeInfo in cool.scx.reflectMethods in cool.scx.reflect that return TypeInfoModifier and TypeMethodDescriptionArrayTypeInfo.componentType()组件类型, 此处只表示 当前组件的类型, 即对于多维数组 例如 String[][] 再此处拿到的是 String[]FieldInfo.fieldType()字段本身的类型TypeBindings.get(int index) TypeBindings.get(TypeVariable<?> typeVariable) static TypeInfoScxReflect.getType(TypeReference<?> typeReference) static TypeInfoParameterInfo.parameterType()参数本身的类型MethodInfo.returnType()返回值TypeInfo[]TypeBindings.typeInfos()