| Package | Description |
|---|---|
| org.mapstruct.ap.model.source |
Intermediary representation of mapping methods as retrieved from via the annotation processing API.
|
| Modifier and Type | Method and Description |
|---|---|
static Mapping |
Mapping.fromMappingPrism(MappingPrism mapping,
Element element) |
Mapping |
Method.getMapping(String targetPropertyName) |
Mapping |
Mapping.reverse() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Mapping> |
Mapping.fromMappingsPrism(MappingsPrism mappingsAnnotation,
Element element) |
Map<String,Mapping> |
Method.getMappings() |
| Modifier and Type | Method and Description |
|---|---|
static Method |
Method.forMethodRequiringImplementation(ExecutableElement executable,
List<Parameter> parameters,
Type returnType,
Map<String,Mapping> mappings,
IterableMapping iterableMapping,
MapMapping mapMapping) |
void |
Method.setMappings(Map<String,Mapping> mappings) |
Copyright © 2012-2013. All Rights Reserved.