| 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(IterableMappingPrism iterableMapping) |
IterableMapping |
SourceMethod.getIterableMapping() |
| Modifier and Type | Method and Description |
|---|---|
static SourceMethod |
SourceMethod.forMethodRequiringImplementation(javax.lang.model.element.ExecutableElement executable,
java.util.List<Parameter> parameters,
Type returnType,
java.util.List<Type> exceptionTypes,
java.util.Map<java.lang.String,java.util.List<Mapping>> mappings,
IterableMapping iterableMapping,
MapMapping mapMapping,
javax.lang.model.util.Types typeUtils) |
void |
SourceMethod.setIterableMapping(IterableMapping iterableMapping) |
Copyright © 2012-2014. All Rights Reserved.