Uses of Class
org.mapstruct.ap.internal.model.SupportingMappingMethod
-
Packages that use SupportingMappingMethod Package Description org.mapstruct.ap.internal.model Meta-model of mapper types, their methods, mappings between properties etc.org.mapstruct.ap.internal.processor.creation Contains all helper classes for theMapperCreationProcessor
-
-
Uses of SupportingMappingMethod in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model that return SupportingMappingMethod Modifier and Type Method Description SupportingMappingMethod
SupportingConstructorFragment. getDefiningMethod()
SupportingMappingMethod
SupportingField. getDefiningMethod()
Methods in org.mapstruct.ap.internal.model that return types with arguments of type SupportingMappingMethod Modifier and Type Method Description Set<SupportingMappingMethod>
MappingBuilderContext. getUsedSupportedMappings()
Set<SupportingMappingMethod>
MappingBuilderContext.MappingResolver. getUsedSupportedMappings()
Methods in org.mapstruct.ap.internal.model with parameters of type SupportingMappingMethod Modifier and Type Method Description static SupportingConstructorFragment
SupportingConstructorFragment. getSafeConstructorFragment(SupportingMappingMethod method, ConstructorFragment fragment, Field supportingField)
static Field
SupportingField. getSafeField(SupportingMappingMethod method, FieldReference ref, Set<Field> existingFields)
Method parameters in org.mapstruct.ap.internal.model with type arguments of type SupportingMappingMethod Modifier and Type Method Description static void
SupportingField. addAllFieldsIn(Set<SupportingMappingMethod> supportingMappingMethods, Set<Field> targets)
static void
SupportingConstructorFragment. addAllFragmentsIn(Set<SupportingMappingMethod> supportingMappingMethods, Set<SupportingConstructorFragment> targets)
Constructors in org.mapstruct.ap.internal.model with parameters of type SupportingMappingMethod Constructor Description SupportingConstructorFragment(SupportingMappingMethod definingMethod, ConstructorFragment constructorFragment, String variableName)
SupportingField(SupportingMappingMethod definingMethod, FieldReference fieldReference, String name)
-
Uses of SupportingMappingMethod in org.mapstruct.ap.internal.processor.creation
Methods in org.mapstruct.ap.internal.processor.creation that return types with arguments of type SupportingMappingMethod Modifier and Type Method Description Set<SupportingMappingMethod>
MappingResolverImpl. getUsedSupportedMappings()
-