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.
Support classes for working with annotated message-handling methods with
 non-blocking, reactive contracts.
Support classes for working with annotated RSocket stream handling methods.
Support classes for handling messages from simple messaging protocols
 (like STOMP).
Annotation support for asynchronous method execution.
Spring's support for annotation-based transaction demarcation.
AOP-based solution for declarative transaction demarcation.
Infrastructure for annotation-based handler method processing.
MVC infrastructure for annotation-based handler method processing, building on the
 
org.springframework.web.method.annotation package.Support classes for serving static resources.
WebSocket integration for Spring's messaging module.
- 
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 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.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, dates, and times.
- 
Uses of EmbeddedValueResolverAware in org.springframework.messaging.handler.annotation.reactiveClasses in org.springframework.messaging.handler.annotation.reactive that implement EmbeddedValueResolverAwareModifier and TypeClassDescriptionclassExtension ofAbstractMethodMessageHandlerfor reactive, non-blocking handling of messages via@MessageMappingmethods.
- 
Uses of EmbeddedValueResolverAware in org.springframework.messaging.rsocket.annotation.supportClasses in org.springframework.messaging.rsocket.annotation.support that implement EmbeddedValueResolverAwareModifier and TypeClassDescriptionclassExtension ofMessageMappingMessageHandlerto handle RSocket requests with@MessageMappingand@ConnectMappingmethods, also supporting use of@RSocketExchange.
- 
Uses of EmbeddedValueResolverAware in org.springframework.messaging.simp.annotation.supportClasses in org.springframework.messaging.simp.annotation.support that implement EmbeddedValueResolverAwareModifier and TypeClassDescriptionclassA handler for messages delegating to@MessageMappingand@SubscribeMappingannotated methods.
- 
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.
- 
Uses of EmbeddedValueResolverAware in org.springframework.transaction.annotationClasses in org.springframework.transaction.annotation that implement EmbeddedValueResolverAwareModifier and TypeClassDescriptionclassImplementation of theTransactionAttributeSourceinterface for working with transaction metadata from annotations.
- 
Uses of EmbeddedValueResolverAware in org.springframework.transaction.interceptorClasses in org.springframework.transaction.interceptor that implement EmbeddedValueResolverAwareModifier and TypeClassDescriptionclassAbstract implementation ofTransactionAttributeSourcethat caches attributes for methods and implements a fallback policy: 1.classSimpleTransactionAttributeSourceimplementation that allows attributes to be stored per method in aMap.classSimpleTransactionAttributeSourceimplementation that allows attributes to be matched by registered name.
- 
Uses of EmbeddedValueResolverAware in org.springframework.web.reactive.result.method.annotationClasses in org.springframework.web.reactive.result.method.annotation that implement EmbeddedValueResolverAwareModifier and TypeClassDescriptionclassAn extension ofRequestMappingInfoHandlerMappingthat createsRequestMappingInfoinstances from type-level and method-level@RequestMappingand@HttpExchangeannotations.
- 
Uses of EmbeddedValueResolverAware in org.springframework.web.servlet.mvc.method.annotationClasses in org.springframework.web.servlet.mvc.method.annotation that implement EmbeddedValueResolverAwareModifier and TypeClassDescriptionclassCreatesRequestMappingInfoinstances from type-level and method-level@RequestMappingand@HttpExchangeannotations in@Controllerclasses.
- 
Uses of EmbeddedValueResolverAware in org.springframework.web.servlet.resourceClasses in org.springframework.web.servlet.resource that implement EmbeddedValueResolverAwareModifier and TypeClassDescriptionclassHttpRequestHandlerthat serves static resources in an optimized way according to the guidelines of Page Speed, YSlow, etc.
- 
Uses of EmbeddedValueResolverAware in org.springframework.web.socket.messagingClasses in org.springframework.web.socket.messaging that implement EmbeddedValueResolverAwareModifier and TypeClassDescriptionclassA subclass ofSimpAnnotationMethodMessageHandlerto provide support forControllerAdvicewith global@MessageExceptionHandlermethods.