| 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 MapMapping |
MapMapping.fromPrism(MapMappingPrism mapMapping) |
MapMapping |
SourceMethod.getMapMapping() |
| Modifier and Type | Method and Description |
|---|---|
static SourceMethod |
SourceMethod.forMethodRequiringImplementation(ExecutableElement executable,
List<Parameter> parameters,
Type returnType,
Map<String,List<Mapping>> mappings,
IterableMapping iterableMapping,
MapMapping mapMapping,
Types typeUtils) |
void |
SourceMethod.setMapMapping(MapMapping mapMapping) |
Copyright © 2012-2014. All Rights Reserved.