| 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 IterableMapping |
IterableMapping.fromPrism(org.mapstruct.ap.prism.IterableMappingPrism iterableMapping) |
IterableMapping |
SourceMethod.getIterableMapping() |
| Modifier and Type | Method and Description |
|---|---|
static SourceMethod |
SourceMethod.forMethodRequiringImplementation(ExecutableElement executable,
List<Parameter> parameters,
Type returnType,
List<Type> exceptionTypes,
Map<String,List<Mapping>> mappings,
IterableMapping iterableMapping,
MapMapping mapMapping,
Types typeUtils,
Messager messager,
TypeFactory typeFactory) |
void |
SourceMethod.setIterableMapping(IterableMapping iterableMapping) |
Copyright © 2012-2014. All Rights Reserved.