Uses of Interface
org.springframework.data.spel.EvaluationContextProvider
Package
Description
Core implementation of the mapping subsystem's model.
-
Uses of EvaluationContextProvider in org.springframework.data.mapping.model
Modifier and TypeMethodDescriptionvoid
BasicPersistentEntity.setEvaluationContextProvider
(EvaluationContextProvider provider) void
MutablePersistentEntity.setEvaluationContextProvider
(EvaluationContextProvider provider) Sets theEvaluationContextProvider
to be used by the entity. -
Uses of EvaluationContextProvider in org.springframework.data.spel
Modifier and TypeInterfaceDescriptioninterface
Provides a way to access a centrally defined potentially sharedEvaluationContext
.Modifier and TypeClassDescriptionclass
AnEvaluationContextProvider
that assembles anEvaluationContext
from a list ofEvaluationContextExtension
instances.class
A reactiveEvaluationContextProvider
that assembles anEvaluationContext
from a list ofReactiveEvaluationContextExtension
andEvaluationContextExtension
instances.Modifier and TypeFieldDescriptionstatic final EvaluationContextProvider
EvaluationContextProvider.DEFAULT
A simple defaultEvaluationContextProvider
returning aStandardEvaluationContext
with the given root object.