Package | Description |
---|---|
org.mapstruct.ap.internal.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.internal.prism.MapMappingPrism mapMapping,
ExecutableElement method,
FormattingMessager messager) |
MapMapping |
MappingOptions.getMapMapping() |
Modifier and Type | Method and Description |
---|---|
void |
MappingOptions.setMapMapping(MapMapping mapMapping) |
SourceMethod.Builder |
SourceMethod.Builder.setMapMapping(MapMapping mapMapping) |
Constructor and Description |
---|
MappingOptions(Map<String,List<Mapping>> mappings,
IterableMapping iterableMapping,
MapMapping mapMapping,
BeanMapping beanMapping) |
Copyright © 2012-2015 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.