Uses of Class
org.mapstruct.ap.internal.model.common.SourceRHS
Packages that use SourceRHS
Package
Description
Meta-model of mapper types, their methods, mappings between properties etc.
Contains types which are shared between the intermediary mapping method model ("source model") and the mapper model.
Intermediary representation of mapping methods as retrieved from via the annotation processing API.
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.
Contains all helper classes for the
MapperCreationProcessor-
Uses of SourceRHS in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model with parameters of type SourceRHSModifier and TypeMethodDescriptionMappingBuilderContext.MappingResolver.getTargetAssignment(Method mappingMethod, ForgedMethodHistory description, Type targetType, FormattingParameters formattingParameters, SelectionCriteria criteria, SourceRHS sourceRHS, AnnotationMirror positionHint, Supplier<Assignment> forger) returns a parameter assignmentCollectionAssignmentBuilder.rightHandSide(SourceRHS sourceRHS) -
Uses of SourceRHS in org.mapstruct.ap.internal.model.common
Methods in org.mapstruct.ap.internal.model.common that return SourceRHSMethods in org.mapstruct.ap.internal.model.common with parameters of type SourceRHSModifier and TypeMethodDescriptionstatic ParameterBindingParameterBinding.fromSourceRHS(SourceRHS sourceRHS) -
Uses of SourceRHS in org.mapstruct.ap.internal.model.source
Methods in org.mapstruct.ap.internal.model.source that return SourceRHSMethods in org.mapstruct.ap.internal.model.source with parameters of type SourceRHSModifier and TypeMethodDescriptionstatic SelectionParametersSelectionParameters.forSourceRHS(SourceRHS sourceRHS) 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 -
Uses of SourceRHS in org.mapstruct.ap.internal.processor.creation
Methods in org.mapstruct.ap.internal.processor.creation with parameters of type SourceRHSModifier and TypeMethodDescriptionMappingResolverImpl.getTargetAssignment(Method mappingMethod, ForgedMethodHistory description, Type targetType, FormattingParameters formattingParameters, SelectionCriteria criteria, SourceRHS sourceRHS, AnnotationMirror positionHint, Supplier<Assignment> forger)