Uses of Class
org.mapstruct.ap.internal.model.ContainerMappingMethod
Packages that use ContainerMappingMethod
Package
Description
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 ContainerMappingMethodModifier and TypeClassDescriptionclassContainerMappingMethodBuilder<B extends ContainerMappingMethodBuilder<B,M>, M extends ContainerMappingMethod> Builder that can be used to buildContainerMappingMethod(s).Subclasses of ContainerMappingMethod in org.mapstruct.ap.internal.modelModifier and TypeClassDescriptionclassAMappingMethodimplemented by aMapperclass which maps one iterable type to another.classAMappingMethodimplemented by aMapperclass which maps one iterable or array type to Stream.