| 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(org.mapstruct.ap.prism.MapMappingPrism mapMapping,
ExecutableElement method,
FormattingMessager messager) |
MapMapping |
MappingOptions.getMapMapping() |
| Modifier and Type | Method and Description |
|---|---|
SourceMethod.Builder |
SourceMethod.Builder.setMapMapping(MapMapping mapMapping) |
void |
MappingOptions.setMapMapping(MapMapping mapMapping) |
| Constructor and Description |
|---|
MappingOptions(Map<String,List<Mapping>> mappings,
IterableMapping iterableMapping,
MapMapping mapMapping,
BeanMapping beanMapping) |
Copyright © 2012-2015. All Rights Reserved.