spring-framework / org.springframework.context.support / EmbeddedValueResolutionSupport

EmbeddedValueResolutionSupport

open class EmbeddedValueResolutionSupport : EmbeddedValueResolverAware

Convenient base class for components with a need for embedded value resolution (i.e. org.springframework.context.EmbeddedValueResolverAware consumers).

Author
Juergen Hoeller

Since
4.1

Constructors

<init>

EmbeddedValueResolutionSupport()

Convenient base class for components with a need for embedded value resolution (i.e. org.springframework.context.EmbeddedValueResolverAware consumers).

Functions

setEmbeddedValueResolver

open fun setEmbeddedValueResolver(resolver: StringValueResolver): Unit

Inheritors

DateTimeFormatAnnotationFormatterFactory

open class DateTimeFormatAnnotationFormatterFactory : EmbeddedValueResolutionSupport, AnnotationFormatterFactory<DateTimeFormat>

Formats fields annotated with the DateTimeFormat annotation using a DateFormatter.

JodaDateTimeFormatAnnotationFormatterFactory

open class JodaDateTimeFormatAnnotationFormatterFactory : EmbeddedValueResolutionSupport, AnnotationFormatterFactory<DateTimeFormat>

Formats fields annotated with the DateTimeFormat annotation using Joda-Time.

NOTE: Spring's Joda-Time support requires Joda-Time 2.x, as of Spring 4.0.

Jsr310DateTimeFormatAnnotationFormatterFactory

open class Jsr310DateTimeFormatAnnotationFormatterFactory : EmbeddedValueResolutionSupport, AnnotationFormatterFactory<DateTimeFormat>

Formats fields annotated with the DateTimeFormat annotation using the JSR-310 java.time package in JDK 8.

Jsr354NumberFormatAnnotationFormatterFactory

open class Jsr354NumberFormatAnnotationFormatterFactory : EmbeddedValueResolutionSupport, AnnotationFormatterFactory<NumberFormat>

Formats javax.money.MonetaryAmount fields annotated with Spring's common NumberFormat annotation.

NumberFormatAnnotationFormatterFactory

open class NumberFormatAnnotationFormatterFactory : EmbeddedValueResolutionSupport, AnnotationFormatterFactory<NumberFormat>

Formats fields annotated with the NumberFormat annotation.