| Package | Description |
|---|---|
| org.mapstruct.ap.internal.model |
Meta-model of mapper types, their methods, mappings between properties etc.
|
| org.mapstruct.ap.internal.model.source |
Intermediary representation of mapping methods as retrieved from via the annotation processing API.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ForgedMethod,ForgedMethod> |
MappingBuilderContext.getForgedMethodsUnderCreation()
Returns a map which is used to track which forged methods are under creation.
|
Map<ForgedMethod,ForgedMethod> |
MappingBuilderContext.getForgedMethodsUnderCreation()
Returns a map which is used to track which forged methods are under creation.
|
| Modifier and Type | Method and Description |
|---|---|
NestedPropertyMappingMethod.Builder |
NestedPropertyMappingMethod.Builder.method(ForgedMethod sourceMethod) |
| Constructor and Description |
|---|
ForgedMethod(String name,
ForgedMethod forgedMethod)
creates a new ForgedMethod with the same arguments but with a new name
|
Copyright © 2012-2019 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.