Uses of Class
org.mapstruct.ap.internal.model.beanmapping.TargetReference
-
Packages that use TargetReference Package Description org.mapstruct.ap.internal.model.beanmapping helper classes used inBeanMappingMethod -
-
Uses of TargetReference in org.mapstruct.ap.internal.model.beanmapping
Fields in org.mapstruct.ap.internal.model.beanmapping declared as TargetReference Modifier and Type Field Description private TargetReferenceMappingReference. targetReferenceMethods in org.mapstruct.ap.internal.model.beanmapping that return TargetReference Modifier and Type Method Description TargetReferenceTargetReference.Builder. build()TargetReferenceMappingReference. getTargetReference()TargetReferenceTargetReference. pop()Constructors in org.mapstruct.ap.internal.model.beanmapping with parameters of type TargetReference Constructor Description MappingReference(MappingOptions mapping, TargetReference targetReference, SourceReference sourceReference)
-