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