Uses of Class
org.mapstruct.ap.internal.model.beanmapping.MappingReference
-
Packages that use MappingReference 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 MappingReference in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model that return types with arguments of type MappingReference Modifier and Type Method Description Map<String,Set<MappingReference>>
NestedTargetPropertyMappingHolder. getUnprocessedDefinedTarget()
Constructor parameters in org.mapstruct.ap.internal.model with type arguments of type MappingReference Constructor Description NestedTargetPropertyMappingHolder(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 MappingReference Modifier and Type Method Description MappingReference
MappingReference. popSourceReference()
MappingReference
MappingReference. popTargetReference()
Methods in org.mapstruct.ap.internal.model.beanmapping that return types with arguments of type MappingReference Modifier and Type Method Description Set<MappingReference>
MappingReferences. getMappingReferences()
Constructor parameters in org.mapstruct.ap.internal.model.beanmapping with type arguments of type MappingReference Constructor Description MappingReferences(Set<MappingReference> mappingReferences, boolean restrictToDefinedMappings)
MappingReferences(Set<MappingReference> mappingReferences, boolean restrictToDefinedMappings, boolean forForgedMethods)
-