Uses of Enum Class
io.leangen.geantyref.VarMap.MappingMode
-
Uses of VarMap.MappingMode in io.leangen.geantyref
Subclasses with type arguments of type VarMap.MappingMode in io.leangen.geantyrefMethods in io.leangen.geantyref that return VarMap.MappingModeModifier and TypeMethodDescriptionstatic VarMap.MappingModeReturns 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 AnnotatedTypeGenericTypeReflector.getFieldType(Field f, AnnotatedType declaringType, VarMap.MappingMode mappingMode) private static AnnotatedType[]GenericTypeReflector.getParameterTypes(Executable exe, AnnotatedType declaringType, VarMap.MappingMode mappingMode) private static AnnotatedTypeGenericTypeReflector.getReturnType(Method m, AnnotatedType declaringType, VarMap.MappingMode mappingMode) (package private) AnnotatedType[]VarMap.map(AnnotatedType[] types, VarMap.MappingMode mappingMode) (package private) AnnotatedTypeVarMap.map(AnnotatedType type, VarMap.MappingMode mappingMode) private static AnnotatedTypeGenericTypeReflector.mapTypeParameters(AnnotatedType toMapType, AnnotatedType typeAndParams, VarMap.MappingMode mappingMode) private static AnnotatedTypeGenericTypeReflector.resolveType(AnnotatedType unresolved, AnnotatedType typeAndParams, VarMap.MappingMode mappingMode)