| Package | Description |
|---|---|
| org.mapstruct.ap.model |
Meta-model of mapper types, their methods, mappings between properties etc.
|
| org.mapstruct.ap.model.source |
Intermediary representation of mapping methods as retrieved from via the annotation processing API.
|
| org.mapstruct.ap.processor |
Contains model processors which perform tasks such as retrieving mapping methods, creating a model representation
and writing the model into Java source files.
|
| Class and Description |
|---|
| Method
Represents a mapping method with source and target type and the mappings between the properties of source and target
type.
|
| Class and Description |
|---|
| IterableMapping
Represents an iterable mapping as configured via
@IterableMapping. |
| MapMapping
Represents a map mapping as configured via
@MapMapping. |
| Mapping
Represents a property mapping as configured via
@Mapping. |
| Method
Represents a mapping method with source and target type and the mappings between the properties of source and target
type.
|
| Class and Description |
|---|
| Method
Represents a mapping method with source and target type and the mappings between the properties of source and target
type.
|
Copyright © 2012-2013. All Rights Reserved.