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 support for asynchronous method execution.
- 
Uses of EmbeddedValueResolverAware in org.springframework.context.supportClasses 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.datetimeClasses in org.springframework.format.datetime that implement EmbeddedValueResolverAwareModifier and TypeClassDescriptionclassFormats fields annotated with theDateTimeFormatannotation using aDateFormatter.
- 
Uses of EmbeddedValueResolverAware in org.springframework.format.datetime.standardClasses in org.springframework.format.datetime.standard that implement EmbeddedValueResolverAwareModifier and TypeClassDescriptionclassFormats fields annotated with theDateTimeFormatannotation using the JSR-310java.timepackage in JDK 8.
- 
Uses of EmbeddedValueResolverAware in org.springframework.format.numberClasses in org.springframework.format.number that implement EmbeddedValueResolverAwareModifier and TypeClassDescriptionclassFormats fields annotated with theNumberFormatannotation.
- 
Uses of EmbeddedValueResolverAware in org.springframework.format.number.moneyClasses in org.springframework.format.number.money that implement EmbeddedValueResolverAwareModifier and TypeClassDescriptionclassFormatsMonetaryAmountfields annotated with Spring's commonNumberFormatannotation.
- 
Uses of EmbeddedValueResolverAware in org.springframework.format.supportClasses 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 and datetimes.
- 
Uses of EmbeddedValueResolverAware in org.springframework.scheduling.annotationClasses 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.