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
Fields in org.mapstruct.ap.internal.model declared as SourceRHS Modifier and Type Field Description private SourceRHSPropertyMapping.PropertyMappingBuilder. rightHandSideprivate SourceRHSCollectionAssignmentBuilder. sourceRHSMethods in org.mapstruct.ap.internal.model that return SourceRHS Modifier and Type Method Description private SourceRHSPropertyMapping.PropertyMappingBuilder. getSourceRHS(SourceReference sourceReference)Methods in org.mapstruct.ap.internal.model with parameters of type SourceRHS Modifier and Type Method Description private AssignmentAbstractBaseBuilder. createAssignment(SourceRHS source, ForgedMethod methodRef)(package private) AssignmentAbstractBaseBuilder. createForgedAssignment(SourceRHS sourceRHS, BuilderType builderType, ForgedMethod forgedMethod)Creates a forged assignment from the providedsourceRHSandforgedMethod.(package private) AssignmentAbstractBaseBuilder. createForgedAssignment(SourceRHS source, ForgedMethod methodRef, MappingMethod mappingMethod)private AssignmentContainerMappingMethodBuilder. forge(SourceRHS sourceRHS, Type sourceType, Type targetType)(package private) AssignmentMapMappingMethod.Builder. forge(SourceRHS sourceRHS, Type sourceType, Type targetType, Message message)private AssignmentPropertyMapping.PropertyMappingBuilder. forgeIterableMapping(Type sourceType, Type targetType, SourceRHS source)private AssignmentPropertyMapping.PropertyMappingBuilder. forgeMapMapping(Type sourceType, Type targetType, SourceRHS source)(package private) AssignmentAbstractMappingMethodBuilder. forgeMapping(SourceRHS sourceRHS, Type sourceType, Type targetType)private AssignmentAbstractMappingMethodBuilder. forgeMapping(SourceRHS sourceRHS, Type sourceType, Type targetType, AbstractMappingMethodBuilder.ForgeMethodCreator forgeMethodCreator)private AssignmentPropertyMapping.PropertyMappingBuilder. forgeMapping(SourceRHS sourceRHS)private AssignmentPropertyMapping.PropertyMappingBuilder. forgeMapping(Type sourceType, Type targetType, SourceRHS sourceRHS)private AssignmentPropertyMapping.PropertyMappingBuilder. forgeStreamMapping(Type sourceType, Type targetType, SourceRHS source)(package private) AssignmentAbstractMappingMethodBuilder. forgeSubclassMapping(SourceRHS sourceRHS, Type sourceType, Type targetType, MappingReferences mappingReferences)private AssignmentPropertyMapping.PropertyMappingBuilder. forgeWithElementMapping(Type sourceType, Type targetType, SourceRHS source, ContainerMappingMethodBuilder<?,? extends ContainerMappingMethod> builder)private ForgedMethodHistoryPropertyMapping.PropertyMappingBuilder. getForgedMethodHistory(SourceRHS sourceRHS)private ForgedMethodHistoryPropertyMapping.PropertyMappingBuilder. getForgedMethodHistory(SourceRHS sourceRHS, java.lang.String suffix)private PresenceCheckPropertyMapping.PropertyMappingBuilder. getSourcePresenceCheckerRef(SourceReference sourceReference, SourceRHS sourceRHS)AssignmentMappingBuilderContext.MappingResolver. getTargetAssignment(Method mappingMethod, ForgedMethodHistory description, Type targetType, FormattingParameters formattingParameters, SelectionCriteria criteria, SourceRHS sourceRHS, javax.lang.model.element.AnnotationMirror positionHint, java.util.function.Supplier<Assignment> forger)returns a parameter assignmentprivate ForgedMethodPropertyMapping.PropertyMappingBuilder. prepareForgedMethod(Type sourceType, Type targetType, SourceRHS source, java.lang.String suffix)CollectionAssignmentBuilderCollectionAssignmentBuilder. rightHandSide(SourceRHS sourceRHS) -
Uses of SourceRHS in org.mapstruct.ap.internal.model.common
Fields in org.mapstruct.ap.internal.model.common declared as SourceRHS Modifier and Type Field Description private SourceRHSParameterBinding. sourceRHSMethods in org.mapstruct.ap.internal.model.common that return SourceRHS Modifier and Type Method Description SourceRHSParameterBinding. getSourceRHS()Methods in org.mapstruct.ap.internal.model.common with parameters of type SourceRHS Modifier and Type Method Description static ParameterBindingParameterBinding. fromSourceRHS(SourceRHS sourceRHS)Constructors in org.mapstruct.ap.internal.model.common with parameters of type SourceRHS Constructor Description ParameterBinding(Type parameterType, java.lang.String variableName, boolean mappingTarget, boolean targetType, boolean mappingContext, SourceRHS sourceRHS) -
Uses of SourceRHS in org.mapstruct.ap.internal.model.source
Fields in org.mapstruct.ap.internal.model.source declared as SourceRHS Modifier and Type Field Description private SourceRHSSelectionParameters. sourceRHSMethods in org.mapstruct.ap.internal.model.source that return SourceRHS Modifier and Type Method Description SourceRHSSelectionParameters. getSourceRHS()Methods in org.mapstruct.ap.internal.model.source with parameters of type SourceRHS Modifier and Type Method Description static SelectionParametersSelectionParameters. forSourceRHS(SourceRHS sourceRHS)SelectionParametersSelectionParameters. withSourceRHS(SourceRHS sourceRHS)Constructors in org.mapstruct.ap.internal.model.source with parameters of type SourceRHS Constructor Description SelectionParameters(java.util.List<javax.lang.model.type.TypeMirror> qualifiers, java.util.List<java.lang.String> qualifyingNames, java.util.List<javax.lang.model.type.TypeMirror> conditionQualifiers, java.util.List<java.lang.String> conditionQualifyingNames, javax.lang.model.type.TypeMirror resultType, TypeUtils typeUtils, SourceRHS sourceRHS) -
Uses of SourceRHS in org.mapstruct.ap.internal.model.source.selector
Fields in org.mapstruct.ap.internal.model.source.selector declared as SourceRHS Modifier and Type Field Description private SourceRHSSelectionCriteria. sourceRHSMethods in org.mapstruct.ap.internal.model.source.selector that return SourceRHS Modifier and Type Method Description SourceRHSSelectionCriteria. getSourceRHS()Methods in org.mapstruct.ap.internal.model.source.selector with parameters of type SourceRHS Modifier and Type Method Description private java.util.List<ParameterBinding>TypeSelector. getAvailableParameterBindingsFromMethod(Method method, Type targetType, SourceRHS sourceRHS) -
Uses of SourceRHS in org.mapstruct.ap.internal.processor.creation
Fields in org.mapstruct.ap.internal.processor.creation declared as SourceRHS Modifier and Type Field Description private SourceRHSMappingResolverImpl.ResolvingAttempt. sourceRHSMethods in org.mapstruct.ap.internal.processor.creation with parameters of type SourceRHS Modifier and Type Method Description AssignmentMappingResolverImpl. getTargetAssignment(Method mappingMethod, ForgedMethodHistory description, Type targetType, FormattingParameters formattingParameters, SelectionCriteria criteria, SourceRHS sourceRHS, javax.lang.model.element.AnnotationMirror positionHint, java.util.function.Supplier<Assignment> forger)Constructors in org.mapstruct.ap.internal.processor.creation with parameters of type SourceRHS Constructor Description ResolvingAttempt(java.util.List<Method> sourceModel, Method mappingMethod, ForgedMethodHistory description, FormattingParameters formattingParameters, SourceRHS sourceRHS, SelectionCriteria criteria, javax.lang.model.element.AnnotationMirror positionHint, java.util.function.Supplier<Assignment> forger, java.util.List<BuiltInMethod> builtIns, FormattingMessager messager, boolean verboseLogging)
-