インターフェース EmbeddedValueResolverAware

すべてのスーパーインターフェース:
Aware
すべての既知の実装クラス:
AbstractFallbackTransactionAttributeSourceAnnotationTransactionAttributeSourceDateTimeFormatAnnotationFormatterFactoryDefaultFormattingConversionServiceEmbeddedValueResolutionSupportFormattingConversionServiceFormattingConversionServiceFactoryBeanJsr310DateTimeFormatAnnotationFormatterFactoryJsr354NumberFormatAnnotationFormatterFactoryMessageMappingMessageHandlerMethodMapTransactionAttributeSourceNameMatchTransactionAttributeSourceNumberFormatAnnotationFormatterFactoryRequestMappingHandlerMappingRequestMappingHandlerMappingResourceHttpRequestHandlerRSocketMessageHandlerScheduledAnnotationBeanPostProcessorSimpAnnotationMethodMessageHandlerWebSocketAnnotationMethodMessageHandler

public interface EmbeddedValueResolverAware extends Aware
組み込み定義値の解決のための StringValueResolver の通知を希望するオブジェクトによって実装されるインターフェース。

これは、ApplicationContextAware/BeanFactoryAware インターフェースを介した完全な ConfigurableBeanFactory 依存関係の代替手段です。

導入:
3.0.3
作成者:
Juergen Hoeller, Chris Beams
関連事項:
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    void
    StringValueResolver を設定して、埋め込まれた定義値の解決に使用します。
  • メソッドの詳細

    • setEmbeddedValueResolver

      void setEmbeddedValueResolver(StringValueResolver resolver)
      StringValueResolver を設定して、埋め込まれた定義値の解決に使用します。