| 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.model.source.builtin |
Contains "built-in methods" which may be added as private methods to a generated mapper.
|
| org.mapstruct.ap.internal.processor |
Contains model processors which perform tasks such as retrieving mapping methods, creating a model representation
and writing the model into Java source files.
|
| org.mapstruct.ap.internal.processor.creation |
Contains all helper classes for the
MapperCreationProcessor
|
| org.mapstruct.ap.internal.util |
Several helper types dealing with collection types, option management etc.
|
| Class and Description |
|---|
| FormattingMessager
Prints out diagnostics raised by the annotation processor.
|
| MapperConfiguration
Provides an aggregated view to the settings given via
Mapper and
MapperConfig for a specific mapper class. |
| Class and Description |
|---|
| FormattingMessager
Prints out diagnostics raised by the annotation processor.
|
| RoundContext
Keeps contextual data in the scope of one annotation processing round.
|
| Class and Description |
|---|
| FormattingMessager
Prints out diagnostics raised by the annotation processor.
|
| MapperConfiguration
Provides an aggregated view to the settings given via
Mapper and
MapperConfig for a specific mapper class. |
| Class and Description |
|---|
| MapperConfiguration
Provides an aggregated view to the settings given via
Mapper and
MapperConfig for a specific mapper class. |
| Class and Description |
|---|
| FormattingMessager
Prints out diagnostics raised by the annotation processor.
|
| RoundContext
Keeps contextual data in the scope of one annotation processing round.
|
| Class and Description |
|---|
| FormattingMessager
Prints out diagnostics raised by the annotation processor.
|
| Class and Description |
|---|
| AnnotationProcessorContext
Keeps contextual data in the scope of the entire annotation processor ("application scope").
|
| MapperConfiguration
Provides an aggregated view to the settings given via
Mapper and
MapperConfig for a specific mapper class. |
| Message
A message used in warnings/errors raised by the annotation processor.
|
| ValueProvider
This a wrapper class which provides the value that needs to be used in the models.
|
Copyright © 2012-2017 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.