Uses of Class
org.mapstruct.ap.internal.model.beanmapping.SourceReference
-
Packages that use SourceReference Package Description org.mapstruct.ap.internal.model Meta-model of mapper types, their methods, mappings between properties etc.org.mapstruct.ap.internal.model.beanmapping helper classes used inBeanMappingMethod
-
-
Uses of SourceReference in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model with parameters of type SourceReference Modifier and Type Method Description PropertyMapping.PropertyMappingBuilder
PropertyMapping.PropertyMappingBuilder. sourceReference(SourceReference sourceReference)
-
Uses of SourceReference in org.mapstruct.ap.internal.model.beanmapping
Methods in org.mapstruct.ap.internal.model.beanmapping that return SourceReference Modifier and Type Method Description SourceReference
SourceReference.BuilderFromMapping. build()
SourceReference
SourceReference.BuilderFromProperty. build()
SourceReference
SourceReference.BuilderFromSourceReference. build()
SourceReference
MappingReference. getSourceReference()
SourceReference
SourceReference. pop()
Methods in org.mapstruct.ap.internal.model.beanmapping that return types with arguments of type SourceReference Modifier and Type Method Description List<SourceReference>
SourceReference. push(TypeFactory typeFactory, FormattingMessager messager, Method method)
Methods in org.mapstruct.ap.internal.model.beanmapping with parameters of type SourceReference Modifier and Type Method Description void
MappingReference. setSourceReference(SourceReference sourceReference)
SourceReference.BuilderFromSourceReference
SourceReference.BuilderFromSourceReference. sourceReference(SourceReference sourceReference)
Constructors in org.mapstruct.ap.internal.model.beanmapping with parameters of type SourceReference Constructor Description MappingReference(MappingOptions mapping, TargetReference targetReference, SourceReference sourceReference)
-