Uses of Interface
org.springframework.data.expression.ValueEvaluationContext
Packages that use ValueEvaluationContext
Package
Description
Value Expression implementation.
Core implementation of the mapping subsystem's model.
-
Uses of ValueEvaluationContext in org.springframework.data.expression
Methods in org.springframework.data.expression that return ValueEvaluationContextModifier and TypeMethodDescriptionValueEvaluationContextProvider.getEvaluationContext(@Nullable Object rootObject) Return aEvaluationContextbuilt using the given parameter values.default ValueEvaluationContextValueEvaluationContextProvider.getEvaluationContext(@Nullable Object rootObject, ExpressionDependencies dependencies) Return a tailoredEvaluationContextbuilt using the given parameter values and consideringexpression dependencies.static ValueEvaluationContextValueEvaluationContext.of(Environment environment, EvaluationContext evaluationContext) Returns a newValueEvaluationContext.Methods in org.springframework.data.expression that return types with arguments of type ValueEvaluationContextModifier and TypeMethodDescriptionReactiveValueEvaluationContextProvider.getEvaluationContextLater(@Nullable Object rootObject) Return aValueEvaluationContextbuilt using the given parameter values.default Mono<ValueEvaluationContext>ReactiveValueEvaluationContextProvider.getEvaluationContextLater(@Nullable Object rootObject, ExpressionDependencies dependencies) Return a tailoredValueEvaluationContextbuilt using the given parameter values and consideringexpression dependencies.Methods in org.springframework.data.expression with parameters of type ValueEvaluationContextModifier and TypeMethodDescription@Nullable ObjectValueExpression.evaluate(ValueEvaluationContext context) Evaluates this expression using the given evaluation context.@Nullable Class<?>ValueExpression.getValueType(ValueEvaluationContext context) Return the most general type that the expression would use as return type for the given context. -
Uses of ValueEvaluationContext in org.springframework.data.mapping.model
Methods in org.springframework.data.mapping.model that return ValueEvaluationContextModifier and TypeMethodDescriptionCachingValueExpressionEvaluatorFactory.getEvaluationContext(@Nullable Object rootObject) CachingValueExpressionEvaluatorFactory.getEvaluationContext(@Nullable Object rootObject, ExpressionDependencies dependencies) protected ValueEvaluationContextBasicPersistentEntity.getValueEvaluationContext(@Nullable Object rootObject) Obtain aValueEvaluationContextfor arootObject.protected ValueEvaluationContextBasicPersistentEntity.getValueEvaluationContext(@Nullable Object rootObject, ExpressionDependencies dependencies)