See: Description

| Interface | Description |
|---|---|
| AccessorNamingStrategy |
A service provider interface for the mapping between method names and properties.
|
| AstModifyingAnnotationProcessor |
A contract to be implemented by other annotation processors which - against the design philosophy of JSR 269 - alter
the types under compilation.
|
| MappingExclusionProvider |
A service provider interface that is used to control if MapStruct is allowed to generate automatic sub-mapping for
a given
TypeElement. |
| Class | Description |
|---|---|
| DefaultAccessorNamingStrategy |
The default JavaBeans-compliant implementation of the
AccessorNamingStrategy service provider interface. |
| Enum | Description |
|---|---|
| MethodType |
Different types of a method.
|
SPI (service provider interface) contracts to be implemented for advanced use cases.
Copyright © 2012-2017 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.