インターフェース EmbeddedValueResolverAware
- すべてのスーパーインターフェース:
Aware
- すべての既知の実装クラス:
AbstractFallbackTransactionAttributeSource
、AnnotationTransactionAttributeSource
、DateTimeFormatAnnotationFormatterFactory
、DefaultFormattingConversionService
、DurationFormatAnnotationFormatterFactory
、EmbeddedValueResolutionSupport
、FormattingConversionService
、FormattingConversionServiceFactoryBean
、Jsr310DateTimeFormatAnnotationFormatterFactory
、Jsr354NumberFormatAnnotationFormatterFactory
、MessageMappingMessageHandler
、MethodMapTransactionAttributeSource
、NameMatchTransactionAttributeSource
、NumberFormatAnnotationFormatterFactory
、RequestMappingHandlerMapping
、RequestMappingHandlerMapping
、ResourceHttpRequestHandler
、RSocketMessageHandler
、ScheduledAnnotationBeanPostProcessor
、SimpAnnotationMethodMessageHandler
、WebSocketAnnotationMethodMessageHandler
組み込み定義値の解決のための
StringValueResolver
の通知を希望するオブジェクトによって実装されるインターフェース。 これは、ApplicationContextAware
/BeanFactoryAware
インターフェースを介した完全な ConfigurableBeanFactory 依存関係の代替手段です。
- 導入:
- 3.0.3
- 作成者:
- Juergen Hoeller, Chris Beams
- 関連事項:
方法の概要
修飾子と型メソッド説明void
setEmbeddedValueResolver
(StringValueResolver resolver) StringValueResolver を設定して、埋め込まれた定義値の解決に使用します。
メソッドの詳細
setEmbeddedValueResolver
StringValueResolver を設定して、埋め込まれた定義値の解決に使用します。