public interface EvaluationContextExtension
EvaluationContext
provided by a ExtensionAwareQueryMethodEvaluationContextProvider
.Modifier and Type | Method and Description |
---|---|
String |
getExtensionId()
Returns the identifier of the extension.
|
default Map<String,Function> |
getFunctions()
Returns the functions exposed by the extension.
|
default Map<String,Object> |
getProperties()
Returns the properties exposed by the extension.
|
default Object |
getRootObject()
Returns the root object to be exposed by the extension.
|
String getExtensionId()
default Map<String,Object> getProperties()
default Map<String,Function> getFunctions()
@Nullable default Object getRootObject()
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.