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 the
MapperCreationProcessor
|
Modifier and Type | Method and Description |
---|---|
SupportingMappingMethod |
SupportingField.getDefiningMethod() |
SupportingMappingMethod |
SupportingConstructorFragment.getDefiningMethod() |
Modifier and Type | Method and Description |
---|---|
Set<SupportingMappingMethod> |
MappingBuilderContext.getUsedSupportedMappings() |
Set<SupportingMappingMethod> |
MappingBuilderContext.MappingResolver.getUsedSupportedMappings() |
Modifier and Type | Method and Description |
---|---|
static void |
SupportingField.addAllFieldsIn(Set<SupportingMappingMethod> supportingMappingMethods,
Set<Field> targets) |
static void |
SupportingConstructorFragment.addAllFragmentsIn(Set<SupportingMappingMethod> supportingMappingMethods,
Set<SupportingConstructorFragment> targets) |
Constructor and Description |
---|
SupportingConstructorFragment(SupportingMappingMethod definingMethod,
BuiltInConstructorFragment constructorFragment) |
SupportingField(SupportingMappingMethod definingMethod,
BuiltInFieldReference fieldReference,
String name) |
Modifier and Type | Method and Description |
---|---|
Set<SupportingMappingMethod> |
MappingResolverImpl.getUsedSupportedMappings() |
Copyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.