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