Uses of Enum
org.mapstruct.ap.spi.MethodType
Packages that use MethodType
Package
Description
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 MethodTypeModifier and TypeMethodDescriptionAccessorNamingStrategy.getMethodType(ExecutableElement method) Returns the type of the given method.DefaultAccessorNamingStrategy.getMethodType(ExecutableElement method) static MethodTypeReturns 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.