| 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 |
Method.getMapMapping() |
| 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.setMapMapping(MapMapping mapMapping) |
Copyright © 2012-2013. All Rights Reserved.