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.org.mapstruct.ap.internal.processor Contains model processors which perform tasks such as retrieving mapping methods, creating a model representation and writing the model into Java source files. -
-
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.Method parameters in org.mapstruct.ap.internal.model with type arguments of type ContainerMappingMethod Modifier and Type Method Description private AssignmentPropertyMapping.PropertyMappingBuilder. forgeWithElementMapping(Type sourceType, Type targetType, SourceRHS source, ContainerMappingMethodBuilder<?,? extends ContainerMappingMethod> builder) -
Uses of ContainerMappingMethod in org.mapstruct.ap.internal.processor
Methods in org.mapstruct.ap.internal.processor with type parameters of type ContainerMappingMethod Modifier and Type Method Description private <M extends ContainerMappingMethod>
MMapperCreationProcessor. createWithElementMappingMethod(SourceMethod method, MappingMethodOptions mappingMethodOptions, ContainerMappingMethodBuilder<?,M> builder)
-