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 classContainerMappingMethodBuilder<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 classIterableMappingMethodAMappingMethodimplemented by aMapperclass which maps one iterable type to another.classStreamMappingMethodAMappingMethodimplemented by aMapperclass which maps one iterable or array type to Stream.
-