Uses of Class
org.kiwiproject.beta.reflect.TypeInfo
Packages that use TypeInfo
-
Uses of TypeInfo in org.kiwiproject.beta.reflect
Methods in org.kiwiproject.beta.reflect that return TypeInfoModifier and TypeMethodDescriptionstatic 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 TypeInfoCreate 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.