Package | Description |
---|---|
org.mapstruct.ap.internal.model |
Meta-model of mapper types, their methods, mappings between properties etc.
|
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 |
---|---|
ValueMappingMethod.Builder |
ValueMappingMethod.Builder.valueMappings(List<ValueMapping> valueMappings) |
Modifier and Type | Method and Description |
---|---|
static ValueMapping |
ValueMapping.fromMappingPrism(org.mapstruct.ap.internal.prism.ValueMappingPrism mappingPrism,
ExecutableElement element,
FormattingMessager messager) |
ValueMapping |
ValueMapping.reverse() |
Modifier and Type | Method and Description |
---|---|
List<ValueMapping> |
MappingOptions.getValueMappings() |
Modifier and Type | Method and Description |
---|---|
static void |
ValueMapping.fromMappingsPrism(org.mapstruct.ap.internal.prism.ValueMappingsPrism mappingsAnnotation,
ExecutableElement method,
FormattingMessager messager,
List<ValueMapping> mappings) |
void |
MappingOptions.setValueMappings(List<ValueMapping> valueMappings) |
SourceMethod.Builder |
SourceMethod.Builder.setValueMappings(List<ValueMapping> valueMappings) |
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.