Package | Description |
---|---|
org.springframework.data.repository.query.spi |
Service provider interfaces to extend the query execution mechanism.
|
org.springframework.data.spel.spi |
Service provider interfaces to extend the query execution mechanism.
|
Modifier and Type | Method and Description |
---|---|
Function |
Function.toNewFunction()
Deprecated.
Helper method to create a
Function from the legacy instance. |
Modifier and Type | Method and Description |
---|---|
default Map<String,Function> |
EvaluationContextExtension.getFunctions()
Returns the functions exposed by the extension.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Function.isSignatureEqual(Function other)
Checks whether this
Function has the same signature as another Function . |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.