Uses of Interface
org.springframework.context.EmbeddedValueResolverAware
Packages that use EmbeddedValueResolverAware
Package
Description
Classes supporting the org.springframework.context package,
such as abstract base classes for ApplicationContext
implementations and a MessageSource implementation.
Formatters for
java.util.Date properties.Integration with the JSR-310
java.time package in JDK 8.Formatters for
java.lang.Number properties.Integration with the JSR-354
javax.money package.Support classes for the formatting package,
providing common implementations as well as adapters.
Annotation-based retry and concurrency limit support.
Annotation support for asynchronous method execution.
-
Uses of EmbeddedValueResolverAware in org.springframework.context.support
Classes in org.springframework.context.support that implement EmbeddedValueResolverAwareModifier and TypeClassDescriptionclassConvenient base class for components with a need for embedded value resolution (i.e. -
Uses of EmbeddedValueResolverAware in org.springframework.format.datetime
Classes in org.springframework.format.datetime that implement EmbeddedValueResolverAwareModifier and TypeClassDescriptionclassFormats fields annotated with theDateTimeFormatannotation using aDateFormatter. -
Uses of EmbeddedValueResolverAware in org.springframework.format.datetime.standard
Classes in org.springframework.format.datetime.standard that implement EmbeddedValueResolverAwareModifier and TypeClassDescriptionclassFormats fields annotated with theDurationFormatannotation using the selected style for parsing and printing JSR-310Duration.classFormats fields annotated with theDateTimeFormatannotation using the JSR-310java.timepackage in JDK 8. -
Uses of EmbeddedValueResolverAware in org.springframework.format.number
Classes in org.springframework.format.number that implement EmbeddedValueResolverAwareModifier and TypeClassDescriptionclassFormats fields annotated with theNumberFormatannotation. -
Uses of EmbeddedValueResolverAware in org.springframework.format.number.money
Classes in org.springframework.format.number.money that implement EmbeddedValueResolverAwareModifier and TypeClassDescriptionclassFormatsMonetaryAmountfields annotated with Spring's commonNumberFormatannotation. -
Uses of EmbeddedValueResolverAware in org.springframework.format.support
Classes in org.springframework.format.support that implement EmbeddedValueResolverAwareModifier and TypeClassDescriptionclassA specialization ofFormattingConversionServiceconfigured by default with converters and formatters appropriate for most applications.classAConversionServiceimplementation designed to be configured as aFormatterRegistry.classA factory providing convenient access to aFormattingConversionServiceconfigured with converters and formatters for common types such as numbers, dates, and times. -
Uses of EmbeddedValueResolverAware in org.springframework.resilience.annotation
Classes in org.springframework.resilience.annotation that implement EmbeddedValueResolverAwareModifier and TypeClassDescriptionclassA convenientBeanPostProcessorthat applies a concurrency interceptor to all bean methods annotated with@ConcurrencyLimit.classA convenientBeanPostProcessorthat applies a retry interceptor to all bean methods annotated with@Retryable. -
Uses of EmbeddedValueResolverAware in org.springframework.scheduling.annotation
Classes in org.springframework.scheduling.annotation that implement EmbeddedValueResolverAwareModifier and TypeClassDescriptionclassBean post-processor that registers methods annotated with@Scheduledto be invoked by aTaskScheduleraccording to the "fixedRate", "fixedDelay", or "cron" expression provided via the annotation.