Uses of Class
org.mapstruct.ap.internal.model.ContainerMappingMethodBuilder
-
Packages that use ContainerMappingMethodBuilder 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 ContainerMappingMethodBuilder in org.mapstruct.ap.internal.model
Classes in org.mapstruct.ap.internal.model with type parameters of type ContainerMappingMethodBuilder Modifier and Type Class Description classContainerMappingMethodBuilder<B extends ContainerMappingMethodBuilder<B,M>,M extends ContainerMappingMethod>Builder that can be used to buildContainerMappingMethod(s).Subclasses of ContainerMappingMethodBuilder in org.mapstruct.ap.internal.model Modifier and Type Class Description static classIterableMappingMethod.Builderstatic classStreamMappingMethod.BuilderMethods in org.mapstruct.ap.internal.model with parameters of type ContainerMappingMethodBuilder Modifier and Type Method Description private AssignmentPropertyMapping.PropertyMappingBuilder. forgeWithElementMapping(Type sourceType, Type targetType, SourceRHS source, ContainerMappingMethodBuilder<?,? extends ContainerMappingMethod> builder) -
Uses of ContainerMappingMethodBuilder in org.mapstruct.ap.internal.processor
Methods in org.mapstruct.ap.internal.processor with parameters of type ContainerMappingMethodBuilder Modifier and Type Method Description private <M extends ContainerMappingMethod>
MMapperCreationProcessor. createWithElementMappingMethod(SourceMethod method, MappingMethodOptions mappingMethodOptions, ContainerMappingMethodBuilder<?,M> builder)
-