Uses of Class
org.apache.flink.util.ReflectionUtil.FullTypeInfo
-
Packages that use ReflectionUtil.FullTypeInfo Package Description org.apache.flink.util -
-
Uses of ReflectionUtil.FullTypeInfo in org.apache.flink.util
Methods in org.apache.flink.util that return ReflectionUtil.FullTypeInfo Modifier and Type Method Description static ReflectionUtil.FullTypeInfoReflectionUtil. getFullTemplateType(Type type)Extract the full type information from the given type.static ReflectionUtil.FullTypeInfoReflectionUtil. getFullTemplateType(Type type, int templatePosition)Extract the full template type information from the given type's template parameter at the given position.ReflectionUtil.FullTypeInfo[]ReflectionUtil.FullTypeInfo. getTemplateTypeInfos()Constructors in org.apache.flink.util with parameters of type ReflectionUtil.FullTypeInfo Constructor Description FullTypeInfo(Class<?> clazz, ReflectionUtil.FullTypeInfo[] templateTypeInfos)
-