| Package | Description |
|---|---|
| org.mapstruct.ap.spi |
SPI (service provider interface) contracts to be implemented for advanced use cases.
|
| Modifier and Type | Method and Description |
|---|---|
MethodType |
AccessorNamingStrategy.getMethodType(ExecutableElement method)
Returns the type of the given method.
|
MethodType |
DefaultAccessorNamingStrategy.getMethodType(ExecutableElement method) |
static MethodType |
MethodType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodType[] |
MethodType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012–2021. All rights reserved.