| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static MethodReference |
ObjectFactoryMethodResolver.getBuilderFactoryMethod(Method method,
BuilderType builder) |
static MethodReference |
BuilderFinisherMethodResolver.getBuilderFinisherMethod(Method method,
BuilderType builderType,
MappingBuilderContext ctx) |
BeanMappingMethod.Builder |
BeanMappingMethod.Builder.returnTypeBuilder(BuilderType returnTypeBuilder) |
| Modifier and Type | Method and Description |
|---|---|
BuilderType |
TypeFactory.builderTypeFor(Type type,
org.mapstruct.ap.internal.gem.BuilderGem builder) |
static BuilderType |
BuilderType.create(BuilderInfo builderInfo,
Type typeToBuild,
TypeFactory typeFactory,
Types typeUtils) |
Copyright © 2012–2021. All rights reserved.