Package | Description |
---|---|
org.mapstruct.ap.internal.model |
Meta-model of mapper types, their methods, mappings between properties etc.
|
org.mapstruct.ap.internal.model.beanmapping |
helper classes used in
BeanMappingMethod
|
Modifier and Type | Method and Description |
---|---|
MappingReferences |
ForgedMethod.getMappingReferences() |
Modifier and Type | Method and Description |
---|---|
PropertyMapping.PropertyMappingBuilder |
PropertyMapping.PropertyMappingBuilder.forgeMethodWithMappingReferences(MappingReferences mappingReferences) |
static ForgedMethod |
ForgedMethod.forPropertyMapping(String name,
Type sourceType,
Type returnType,
List<Parameter> parameters,
Method basedOn,
ForgedMethodHistory history,
MappingReferences mappingReferences,
boolean forgedNameBased)
Creates a new forged method for mapping a bean property to a property
|
NestedTargetPropertyMappingHolder.Builder |
NestedTargetPropertyMappingHolder.Builder.mappingReferences(MappingReferences mappingReferences) |
Modifier and Type | Method and Description |
---|---|
static MappingReferences |
MappingReferences.empty() |
static MappingReferences |
MappingReferences.forSourceMethod(SourceMethod sourceMethod,
Type targetType,
Set<String> targetProperties,
FormattingMessager messager,
TypeFactory typeFactory) |
Copyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.