インターフェースの使用
org.springframework.data.spel.EvaluationContextProvider
EvaluationContextProvider を使用するパッケージ
パッケージ
説明
マッピングサブシステムのモデルのコア実装。
SpEL サポート。
org.springframework.data.mapping.model 内の EvaluationContextProvider 使用
型 EvaluationContextProvider のパラメーターを持つ org.springframework.data.mapping.model のメソッド修飾子と型メソッド説明void
BasicPersistentEntity.setEvaluationContextProvider
(EvaluationContextProvider provider) void
MutablePersistentEntity.setEvaluationContextProvider
(EvaluationContextProvider provider) エンティティが使用するEvaluationContextProvider
を設定します。型 EvaluationContextProvider のパラメーターを持つ org.springframework.data.mapping.model のコンストラクター修飾子コンストラクター説明CachingValueExpressionEvaluatorFactory
(ExpressionParser expressionParser, EnvironmentCapable environmentProvider, EvaluationContextProvider evaluationContextProvider) CachingValueExpressionEvaluatorFactory
(ExpressionParser expressionParser, EnvironmentCapable environmentProvider, EvaluationContextProvider evaluationContextProvider, int cacheSize) org.springframework.data.spel 内の EvaluationContextProvider 使用
org.springframework.data.spel 内の EvaluationContextProvider サブインターフェースEvaluationContextProvider を実装している org.springframework.data.spel のクラス修飾子と型クラス説明class
class
ReactiveEvaluationContextExtension
およびEvaluationContextExtension
インスタンスのリストからEvaluationContext
をアセンブルするリアクティブEvaluationContextProvider
。EvaluationContextProvider として宣言されている org.springframework.data.spel のフィールド修飾子と型フィールド説明static final EvaluationContextProvider
EvaluationContextProvider.DEFAULT
指定されたルートオブジェクトでStandardEvaluationContext
を返す単純なデフォルトEvaluationContextProvider
。