Uses of Class
org.mapstruct.ap.spi.MethodType
-
Packages that use MethodType Package Description org.mapstruct.ap.spi SPI (service provider interface) contracts to be implemented for advanced use cases. -
-
Uses of MethodType in org.mapstruct.ap.spi
Methods in org.mapstruct.ap.spi that return MethodType Modifier and Type Method 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.
-