Package | Description |
---|---|
org.mapstruct.ap.internal.model |
Meta-model of mapper types, their methods, mappings between properties etc.
|
org.mapstruct.ap.internal.model.common |
Contains types which are shared between the intermediary mapping method model ("source model") and the mapper model.
|
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 |
---|---|
PropertyMapping.PropertyMappingBuilder |
PropertyMapping.PropertyMappingBuilder.formattingParameters(FormattingParameters formattingParameters) |
PropertyMapping.ConstantMappingBuilder |
PropertyMapping.ConstantMappingBuilder.formattingParameters(FormattingParameters formattingParameters) |
B |
ContainerMappingMethodBuilder.formattingParameters(FormattingParameters formattingParameters) |
Assignment |
MappingBuilderContext.MappingResolver.getTargetAssignment(Method mappingMethod,
ForgedMethodHistory description,
Type targetType,
FormattingParameters formattingParameters,
SelectionCriteria criteria,
SourceRHS sourceRHS,
AnnotationMirror positionHint,
Supplier<Assignment> forger)
returns a parameter assignment
|
MapMappingMethod.Builder |
MapMappingMethod.Builder.keyFormattingParameters(FormattingParameters keyFormattingParameters) |
MapMappingMethod.Builder |
MapMappingMethod.Builder.valueFormattingParameters(FormattingParameters valueFormattingParameters) |
Modifier and Type | Field and Description |
---|---|
static FormattingParameters |
FormattingParameters.EMPTY |
Constructor and Description |
---|
DefaultConversionContext(TypeFactory typeFactory,
FormattingMessager messager,
Type sourceType,
Type targetType,
FormattingParameters formattingParameters) |
Modifier and Type | Method and Description |
---|---|
FormattingParameters |
IterableMappingOptions.getFormattingParameters() |
FormattingParameters |
MappingOptions.getFormattingParameters() |
FormattingParameters |
MapMappingOptions.getKeyFormattingParameters() |
FormattingParameters |
MapMappingOptions.getValueFormattingParameters() |
Modifier and Type | Method and Description |
---|---|
Assignment |
MappingResolverImpl.getTargetAssignment(Method mappingMethod,
ForgedMethodHistory description,
Type targetType,
FormattingParameters formattingParameters,
SelectionCriteria criteria,
SourceRHS sourceRHS,
AnnotationMirror positionHint,
Supplier<Assignment> forger) |
Copyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.