Uses of Class
org.springframework.data.spel.spi.Function
Packages that use Function
Package
Description
Service provider interfaces to extend the query execution mechanism.
-
Uses of Function in org.springframework.data.spel.spi
Methods in org.springframework.data.spel.spi that return types with arguments of type FunctionModifier and TypeMethodDescriptionEvaluationContextExtension.getFunctions()
Return the functions exposed by the extension.Methods in org.springframework.data.spel.spi with parameters of type FunctionModifier and TypeMethodDescriptionboolean
Function.isSignatureEqual
(Function other) Checks whether thisFunction
has the same signature as anotherFunction
.