Uses of Class
org.mapstruct.ap.internal.model.GeneratedTypeMethod
Packages that use GeneratedTypeMethod
Package
Description
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.modelModifier and TypeClassDescriptionclassA method in a generated type that represents a setter with annotations.classAMappingMethodimplemented by aMapperclass which maps one bean type to another, optionally configured by one or morePropertyMappings.classAMappingMethodimplemented by aMapperclass which does mapping of generic types.classA method of a decorator which delegates to the corresponding method of the generated mapper implementation.classAMappingMethodimplemented by aMapperclass which maps one iterable type to another.classclassA method implemented or referenced by aMapperclass.classThis 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.classAMappingMethodthat is used by the main mapping methods (BeanMappingMethod,MapMappingMethod,IterableMappingMethodandStreamMappingMethod(non-enum / non-value mapping)classAMappingMethodimplemented by aMapperclass which maps one iterable or array type to Stream.classA 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.classAValueMappingMethodwhich 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