Uses of Class
org.mapstruct.ap.internal.model.GeneratedTypeMethod
-
Packages that use GeneratedTypeMethod Package Description org.mapstruct.ap.internal.model Meta-model of mapper types, their methods, mappings between properties etc. -
-
Uses of GeneratedTypeMethod in org.mapstruct.ap.internal.model
Subclasses of GeneratedTypeMethod in org.mapstruct.ap.internal.model Modifier and Type Class Description classAnnotatedSetterclassBeanMappingMethodAMappingMethodimplemented by aMapperclass which maps one bean type to another, optionally configured by one or morePropertyMappings.classContainerMappingMethodAMappingMethodimplemented by aMapperclass which does mapping of generic types.classDelegatingMethodA method of a decorator which delegates to the corresponding method of the generated mapper implementation.classIterableMappingMethodAMappingMethodimplemented by aMapperclass which maps one iterable type to another.classMapMappingMethodclassMappingMethodA method implemented or referenced by aMapperclass.classNestedPropertyMappingMethodThis method is used to convert the nested properties as listed in propertyEntries into a method that creates a mapping from the start of this list to the end of the list.classNormalTypeMappingMethodAMappingMethodthat is used by the main mapping methods (BeanMappingMethod,MapMappingMethod,IterableMappingMethodandStreamMappingMethod(non-enum / non-value mapping)classStreamMappingMethodAMappingMethodimplemented by aMapperclass which maps one iterable or array type to Stream.classSupportingMappingMethodA mapping method which is not based on an actual method declared in the original mapper interface but is added as private method to map a certain source/target type combination.classValueMappingMethodAValueMappingMethodwhich maps one value type to another, optionally configured by one or moreValueMappingOptionss.Methods in org.mapstruct.ap.internal.model that return types with arguments of type GeneratedTypeMethod Modifier and Type Method Description List<GeneratedTypeMethod>GeneratedType. getMethods()
-