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 MethodTypeAccessorNamingStrategy. getMethodType(javax.lang.model.element.ExecutableElement method)Returns the type of the given method.MethodTypeDefaultAccessorNamingStrategy. getMethodType(javax.lang.model.element.ExecutableElement method)static MethodTypeMethodType. valueOf(java.lang.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.
-