Uses of Class
org.mapstruct.ap.internal.model.ContainerMappingMethod
-
Packages that use ContainerMappingMethod Package Description org.mapstruct.ap.internal.model Meta-model of mapper types, their methods, mappings between properties etc. -
-
Uses of ContainerMappingMethod in org.mapstruct.ap.internal.model
Classes in org.mapstruct.ap.internal.model with type parameters of type ContainerMappingMethod Modifier and Type Class Description class
ContainerMappingMethodBuilder<B extends ContainerMappingMethodBuilder<B,M>,M extends ContainerMappingMethod>
Builder that can be used to buildContainerMappingMethod
(s).Subclasses of ContainerMappingMethod in org.mapstruct.ap.internal.model Modifier and Type Class Description class
IterableMappingMethod
AMappingMethod
implemented by aMapper
class which maps one iterable type to another.class
StreamMappingMethod
AMappingMethod
implemented by aMapper
class which maps one iterable or array type to Stream.
-