Uses of Enum Class
io.leangen.geantyref.VarMap.MappingMode
-
Uses of VarMap.MappingMode in io.leangen.geantyref
Methods in io.leangen.geantyref that return VarMap.MappingModeModifier and TypeMethodDescriptionstatic VarMap.MappingMode
Returns the enum constant of this class with the specified name.static VarMap.MappingMode[]
VarMap.MappingMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.leangen.geantyref with parameters of type VarMap.MappingModeModifier and TypeMethodDescriptionprivate static AnnotatedType
GenericTypeReflector.getFieldType
(Field f, AnnotatedType declaringType, VarMap.MappingMode mappingMode) private static AnnotatedType[]
GenericTypeReflector.getParameterTypes
(Executable exe, AnnotatedType declaringType, VarMap.MappingMode mappingMode) private static AnnotatedType
GenericTypeReflector.getReturnType
(Method m, AnnotatedType declaringType, VarMap.MappingMode mappingMode) (package private) AnnotatedType[]
VarMap.map
(AnnotatedType[] types, VarMap.MappingMode mappingMode) (package private) AnnotatedType
VarMap.map
(AnnotatedType type, VarMap.MappingMode mappingMode) private static AnnotatedType
GenericTypeReflector.mapTypeParameters
(AnnotatedType toMapType, AnnotatedType typeAndParams, VarMap.MappingMode mappingMode) private static AnnotatedType
GenericTypeReflector.resolveType
(AnnotatedType unresolved, AnnotatedType typeAndParams, VarMap.MappingMode mappingMode)