Uses of Class
org.mapstruct.ap.internal.model.beanmapping.SourceReference
Packages that use SourceReference
Package
Description
Meta-model of mapper types, their methods, mappings between properties etc.
helper classes used in
BeanMappingMethod-
Uses of SourceReference in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model with parameters of type SourceReferenceModifier and TypeMethodDescriptionPropertyMapping.PropertyMappingBuilder.sourceReference(SourceReference sourceReference) -
Uses of SourceReference in org.mapstruct.ap.internal.model.beanmapping
Methods in org.mapstruct.ap.internal.model.beanmapping that return SourceReferenceModifier and TypeMethodDescriptionSourceReference.BuilderFromMapping.build()SourceReference.BuilderFromProperty.build()SourceReference.BuilderFromSourceReference.build()MappingReference.getSourceReference()SourceReference.pop()SourceReference.withParameter(Parameter parameter) Methods in org.mapstruct.ap.internal.model.beanmapping that return types with arguments of type SourceReferenceModifier and TypeMethodDescriptionSourceReference.push(TypeFactory typeFactory, FormattingMessager messager, Method method) Methods in org.mapstruct.ap.internal.model.beanmapping with parameters of type SourceReferenceModifier and TypeMethodDescriptionvoidMappingReference.setSourceReference(SourceReference sourceReference) SourceReference.BuilderFromSourceReference.sourceReference(SourceReference sourceReference) Constructors in org.mapstruct.ap.internal.model.beanmapping with parameters of type SourceReferenceModifierConstructorDescriptionMappingReference(MappingOptions mapping, TargetReference targetReference, SourceReference sourceReference)