public interface EvaluationContextExtension extends ExtensionIdAware
EvaluationContext
provided by an
ExtensionAwareQueryMethodEvaluationContextProvider
.
Extensions can be ordered by following Spring's Ordered
conventions.
Modifier and Type | Method and Description |
---|---|
default Map<String,Function> |
getFunctions()
Return the functions exposed by the extension.
|
default Map<String,Object> |
getProperties()
Return the properties exposed by the extension.
|
default Object |
getRootObject()
Return the root object to be exposed by the extension.
|
getExtensionId
default Map<String,Object> getProperties()
default Map<String,Function> getFunctions()
@Nullable default Object getRootObject()
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.