Package | Description |
---|---|
org.springframework.data.mapping.model |
Core implementation of the mapping subsystem's model.
|
org.springframework.data.spel |
Modifier and Type | Method and Description |
---|---|
void |
BasicPersistentEntity.setEvaluationContextProvider(EvaluationContextProvider provider) |
void |
MutablePersistentEntity.setEvaluationContextProvider(EvaluationContextProvider provider)
Sets the
EvaluationContextProvider to be used by the entity. |
Modifier and Type | Interface and Description |
---|---|
interface |
ReactiveEvaluationContextProvider
Provides a way to access a centrally defined potentially shared
EvaluationContext . |
Modifier and Type | Class and Description |
---|---|
class |
ExtensionAwareEvaluationContextProvider
An
EvaluationContextProvider that assembles an EvaluationContext from a list of
EvaluationContextExtension instances. |
class |
ReactiveExtensionAwareEvaluationContextProvider
A reactive
EvaluationContextProvider that assembles an EvaluationContext from a list of
ReactiveEvaluationContextExtension and EvaluationContextExtension instances. |
Modifier and Type | Field and Description |
---|---|
static EvaluationContextProvider |
EvaluationContextProvider.DEFAULT
A simple default
EvaluationContextProvider returning a StandardEvaluationContext with the given
root object. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.