Uses of Class
org.mapstruct.ap.internal.model.SupportingMappingMethod
Packages that use SupportingMappingMethod
Package
Description
Meta-model of mapper types, their methods, mappings between properties etc.
Contains all helper classes for the
MapperCreationProcessor-
Uses of SupportingMappingMethod in org.mapstruct.ap.internal.model
Methods in org.mapstruct.ap.internal.model that return SupportingMappingMethodModifier and TypeMethodDescriptionSupportingConstructorFragment.getDefiningMethod()SupportingField.getDefiningMethod()Methods in org.mapstruct.ap.internal.model that return types with arguments of type SupportingMappingMethodModifier and TypeMethodDescriptionMappingBuilderContext.getUsedSupportedMappings()MappingBuilderContext.MappingResolver.getUsedSupportedMappings()Methods in org.mapstruct.ap.internal.model with parameters of type SupportingMappingMethodModifier and TypeMethodDescriptionSupportingConstructorFragment.getSafeConstructorFragment(SupportingMappingMethod method, ConstructorFragment fragment, Field supportingField) static FieldSupportingField.getSafeField(SupportingMappingMethod method, FieldReference ref, Set<Field> existingFields) Method parameters in org.mapstruct.ap.internal.model with type arguments of type SupportingMappingMethodModifier and TypeMethodDescriptionstatic voidSupportingField.addAllFieldsIn(Set<SupportingMappingMethod> supportingMappingMethods, Set<Field> targets) static voidSupportingConstructorFragment.addAllFragmentsIn(Set<SupportingMappingMethod> supportingMappingMethods, Set<SupportingConstructorFragment> targets) Constructors in org.mapstruct.ap.internal.model with parameters of type SupportingMappingMethodModifierConstructorDescriptionSupportingConstructorFragment(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