Uses of Class
org.mapstruct.ap.internal.model.common.SourceRHS
-
Packages that use SourceRHS Package Description org.mapstruct.ap.internal.model Meta-model of mapper types, their methods, mappings between properties etc.org.mapstruct.ap.internal.model.common Contains types which are shared between the intermediary mapping method model ("source model") and the mapper model.org.mapstruct.ap.internal.model.source Intermediary representation of mapping methods as retrieved from via the annotation processing API.org.mapstruct.ap.internal.model.source.selector Provides strategies for selecting a matching mapping or factory method when mapping from one attribute to another or instantiating the target type of a mapping method, respectively.org.mapstruct.ap.internal.processor.creation Contains all helper classes for theMapperCreationProcessor
-
-
Uses of SourceRHS in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model with parameters of type SourceRHS Modifier and Type Method Description Assignment
MappingBuilderContext.MappingResolver. getTargetAssignment(Method mappingMethod, ForgedMethodHistory description, Type targetType, FormattingParameters formattingParameters, SelectionCriteria criteria, SourceRHS sourceRHS, AnnotationMirror positionHint, Supplier<Assignment> forger)
returns a parameter assignmentCollectionAssignmentBuilder
CollectionAssignmentBuilder. rightHandSide(SourceRHS sourceRHS)
-
Uses of SourceRHS in org.mapstruct.ap.internal.model.common
Methods in org.mapstruct.ap.internal.model.common that return SourceRHS Modifier and Type Method Description SourceRHS
ParameterBinding. getSourceRHS()
Methods in org.mapstruct.ap.internal.model.common with parameters of type SourceRHS Modifier and Type Method Description static ParameterBinding
ParameterBinding. fromSourceRHS(SourceRHS sourceRHS)
-
Uses of SourceRHS in org.mapstruct.ap.internal.model.source
Methods in org.mapstruct.ap.internal.model.source that return SourceRHS Modifier and Type Method Description SourceRHS
SelectionParameters. getSourceRHS()
Methods in org.mapstruct.ap.internal.model.source with parameters of type SourceRHS Modifier and Type Method Description static SelectionParameters
SelectionParameters. forSourceRHS(SourceRHS sourceRHS)
SelectionParameters
SelectionParameters. withSourceRHS(SourceRHS sourceRHS)
-
Uses of SourceRHS in org.mapstruct.ap.internal.model.source.selector
Methods in org.mapstruct.ap.internal.model.source.selector that return SourceRHS Modifier and Type Method Description SourceRHS
SelectionCriteria. getSourceRHS()
-
Uses of SourceRHS in org.mapstruct.ap.internal.processor.creation
Methods in org.mapstruct.ap.internal.processor.creation with parameters of type SourceRHS Modifier and Type Method Description Assignment
MappingResolverImpl. getTargetAssignment(Method mappingMethod, ForgedMethodHistory description, Type targetType, FormattingParameters formattingParameters, SelectionCriteria criteria, SourceRHS sourceRHS, AnnotationMirror positionHint, Supplier<Assignment> forger)
-