Uses of Class
org.mapstruct.ap.internal.model.beanmapping.MappingReference
Packages that use MappingReference
Package
Description
Meta-model of mapper types, their methods, mappings between properties etc.
helper classes used in
BeanMappingMethod-
Uses of MappingReference in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model that return types with arguments of type MappingReferenceModifier and TypeMethodDescriptionNestedTargetPropertyMappingHolder.getUnprocessedDefinedTarget()Constructor parameters in org.mapstruct.ap.internal.model with type arguments of type MappingReferenceModifierConstructorDescriptionNestedTargetPropertyMappingHolder(List<Parameter> processedSourceParameters, Set<String> handledTargets, List<PropertyMapping> propertyMappings, Map<String, Set<MappingReference>> unprocessedDefinedTarget, boolean errorOccurred) -
Uses of MappingReference in org.mapstruct.ap.internal.model.beanmapping
Methods in org.mapstruct.ap.internal.model.beanmapping that return MappingReferenceModifier and TypeMethodDescriptionMappingReference.popSourceReference()MappingReference.popTargetReference()Methods in org.mapstruct.ap.internal.model.beanmapping that return types with arguments of type MappingReferenceConstructor parameters in org.mapstruct.ap.internal.model.beanmapping with type arguments of type MappingReferenceModifierConstructorDescriptionMappingReferences(Set<MappingReference> mappingReferences, boolean restrictToDefinedMappings) MappingReferences(Set<MappingReference> mappingReferences, boolean restrictToDefinedMappings, boolean forForgedMethods)