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.
|
org.mapstruct.ap.internal.processor.creation |
Contains all helper classes for the
MapperCreationProcessor
|
Modifier and Type | Method and Description |
---|---|
IterableMappingMethod.Builder |
IterableMappingMethod.Builder.formattingParameters(FormattingParameters formattingParameters) |
PropertyMapping.PropertyMappingBuilder |
PropertyMapping.PropertyMappingBuilder.formattingParameters(FormattingParameters formattingParameters) |
PropertyMapping.ConstantMappingBuilder |
PropertyMapping.ConstantMappingBuilder.formattingParameters(FormattingParameters formattingParameters) |
Assignment |
MappingBuilderContext.MappingResolver.getTargetAssignment(Method mappingMethod,
String mappedElement,
Type sourceType,
Type targetType,
String targetPropertyName,
FormattingParameters formattingParameters,
SelectionParameters selectionParameters,
SourceRHS sourceRHS,
boolean preferUpdateMethods)
returns a parameter assignment
|
MapMappingMethod.Builder |
MapMappingMethod.Builder.keyFormattingParameters(FormattingParameters keyFormattingParameters) |
MapMappingMethod.Builder |
MapMappingMethod.Builder.valueFormattingParameters(FormattingParameters valueFormattingParameters) |
Modifier and Type | Method and Description |
---|---|
FormattingParameters |
IterableMapping.getFormattingParameters() |
FormattingParameters |
Mapping.getFormattingParameters() |
FormattingParameters |
MapMapping.getKeyFormattingParameters() |
FormattingParameters |
MapMapping.getValueFormattingParameters() |
Modifier and Type | Method and Description |
---|---|
Assignment |
MappingResolverImpl.getTargetAssignment(Method mappingMethod,
String mappedElement,
Type sourceType,
Type targetType,
String targetPropertyName,
FormattingParameters formattingParameters,
SelectionParameters selectionParameters,
SourceRHS sourceRHS,
boolean preferUpdateMapping) |
Copyright © 2012-2016 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.