| Package | Description |
|---|---|
| org.mapstruct.ap.internal.model |
Meta-model of mapper types, their methods, mappings between properties etc.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BeanMappingMethod
A
MappingMethod implemented by a Mapper class which maps one bean type to another, optionally
configured by one or more PropertyMappings. |
class |
ContainerMappingMethod
A
MappingMethod implemented by a Mapper class which does mapping of generic types. |
class |
IterableMappingMethod
A
MappingMethod implemented by a Mapper class which maps one iterable type to another. |
class |
MapMappingMethod
|
class |
StreamMappingMethod
A
MappingMethod implemented by a Mapper class which maps one iterable or array type to Stream. |
| Modifier and Type | Method and Description |
|---|---|
static IterableCreation |
IterableCreation.create(NormalTypeMappingMethod mappingMethod,
Parameter sourceParameter) |
Copyright © 2012–2019. All rights reserved.