Uses of Class
org.kiwiproject.beta.reflect.TypeInfo
-
Packages that use TypeInfo Package Description org.kiwiproject.beta.reflect -
-
Uses of TypeInfo in org.kiwiproject.beta.reflect
Methods in org.kiwiproject.beta.reflect that return TypeInfo Modifier and Type Method Description static TypeInfoTypeInfo. ofParameterizedType(@NonNull ParameterizedType parameterizedType)Create a new instance representing a parameterized type such asList<String>orMap<String, Integer>.static TypeInfoTypeInfo. ofSimpleType(@NonNull Type simpleType)Create a new instance representing a simple type such as Integer or String, or raw collections.static TypeInfoTypeInfo. ofType(@NonNull Type type)Create a new instance representing either a simple type or a parameterized type.static TypeInfoKiwiReflection2. typeInformationOf(@NonNull Field field)Get the type information for the givenField.static TypeInfoKiwiReflection2. typeInformationOf(@NonNull Type type)Get the type information for the givenType.
-