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
Fields in org.mapstruct.ap.internal.model declared as SupportingMappingMethod Modifier and Type Field Description private SupportingMappingMethodSupportingConstructorFragment. definingMethodprivate SupportingMappingMethodSupportingField. definingMethodMethods in org.mapstruct.ap.internal.model that return SupportingMappingMethod Modifier and Type Method Description SupportingMappingMethodSupportingConstructorFragment. getDefiningMethod()SupportingMappingMethodSupportingField. getDefiningMethod()Methods in org.mapstruct.ap.internal.model that return types with arguments of type SupportingMappingMethod Modifier and Type Method Description java.util.Set<SupportingMappingMethod>MappingBuilderContext. getUsedSupportedMappings()java.util.Set<SupportingMappingMethod>MappingBuilderContext.MappingResolver. getUsedSupportedMappings()Methods in org.mapstruct.ap.internal.model with parameters of type SupportingMappingMethod Modifier and Type Method Description static SupportingConstructorFragmentSupportingConstructorFragment. getSafeConstructorFragment(SupportingMappingMethod method, ConstructorFragment fragment, Field supportingField)static FieldSupportingField. getSafeField(SupportingMappingMethod method, FieldReference ref, java.util.Set<Field> existingFields)Method parameters in org.mapstruct.ap.internal.model with type arguments of type SupportingMappingMethod Modifier and Type Method Description static voidSupportingField. addAllFieldsIn(java.util.Set<SupportingMappingMethod> supportingMappingMethods, java.util.Set<Field> targets)static voidSupportingConstructorFragment. addAllFragmentsIn(java.util.Set<SupportingMappingMethod> supportingMappingMethods, java.util.Set<SupportingConstructorFragment> targets)Constructors in org.mapstruct.ap.internal.model with parameters of type SupportingMappingMethod Constructor Description SupportingConstructorFragment(SupportingMappingMethod definingMethod, ConstructorFragment constructorFragment, java.lang.String variableName)SupportingField(SupportingMappingMethod definingMethod, FieldReference fieldReference, java.lang.String name) -
Uses of SupportingMappingMethod in org.mapstruct.ap.internal.processor.creation
Fields in org.mapstruct.ap.internal.processor.creation with type parameters of type SupportingMappingMethod Modifier and Type Field Description private java.util.Set<SupportingMappingMethod>MappingResolverImpl.ResolvingAttempt. supportingMethodCandidatesprivate java.util.Set<SupportingMappingMethod>MappingResolverImpl. usedSupportedMappingsPrivate methods which are not present in the original mapper interface and are added to map certain property types.Methods in org.mapstruct.ap.internal.processor.creation that return types with arguments of type SupportingMappingMethod Modifier and Type Method Description java.util.Set<SupportingMappingMethod>MappingResolverImpl. getUsedSupportedMappings()
-