Uses of Class
org.mapstruct.ap.internal.model.NormalTypeMappingMethod
Packages that use NormalTypeMappingMethod
Package
Description
Meta-model of mapper types, their methods, mappings between properties etc.
-
Uses of NormalTypeMappingMethod in org.mapstruct.ap.internal.model
Subclasses of NormalTypeMappingMethod in org.mapstruct.ap.internal.modelModifier and TypeClassDescriptionclassAMappingMethodimplemented by aMapperclass which maps one bean type to another, optionally configured by one or morePropertyMappings.classAMappingMethodimplemented by aMapperclass which does mapping of generic types.classAMappingMethodimplemented by aMapperclass which maps one iterable type to another.classclassAMappingMethodimplemented by aMapperclass which maps one iterable or array type to Stream.Methods in org.mapstruct.ap.internal.model with parameters of type NormalTypeMappingMethodModifier and TypeMethodDescriptionstatic IterableCreationIterableCreation.create(NormalTypeMappingMethod mappingMethod, Parameter sourceParameter)