Uses of Class
org.mapstruct.ap.internal.model.CollectionAssignmentBuilder
Packages that use CollectionAssignmentBuilder
Package
Description
Meta-model of mapper types, their methods, mappings between properties etc.
-
Uses of CollectionAssignmentBuilder in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model that return CollectionAssignmentBuilderModifier and TypeMethodDescriptionCollectionAssignmentBuilder.assignment(Assignment assignment) CollectionAssignmentBuilder.mappingBuilderContext(MappingBuilderContext ctx) CollectionAssignmentBuilder.nullValueCheckStrategy(org.mapstruct.ap.internal.gem.NullValueCheckStrategyGem nvcs) CollectionAssignmentBuilder.nullValuePropertyMappingStrategy(org.mapstruct.ap.internal.gem.NullValuePropertyMappingStrategyGem nvpms) CollectionAssignmentBuilder.rightHandSide(SourceRHS sourceRHS) CollectionAssignmentBuilder.targetAccessorType(AccessorType targetAccessorType) CollectionAssignmentBuilder.targetPropertyName(String targetPropertyName) CollectionAssignmentBuilder.targetReadAccessor(Accessor targetReadAccessor) CollectionAssignmentBuilder.targetType(Type targetType)