Uses of Interface
org.springframework.context.EmbeddedValueResolverAware
Packages that use EmbeddedValueResolverAware Package Description org.springframework.context.support Classes supporting the org.springframework.context package, such as abstract base classes for ApplicationContext implementations and a MessageSource implementation.org.springframework.format.datetime Formatters forjava.util.Dateproperties.org.springframework.format.datetime.joda Integration with Joda-Time for formatting Joda date and time types as well as standard JDK Date types.org.springframework.format.datetime.standard Integration with the JSR-310java.timepackage in JDK 8.org.springframework.format.number Formatters forjava.lang.Numberproperties.org.springframework.format.number.money Integration with the JSR-354javax.moneypackage.org.springframework.format.support Support classes for the formatting package, providing common implementations as well as adapters.org.springframework.messaging.handler.annotation.reactive Support classes for working with annotated message-handling methods with non-blocking, reactive contracts.org.springframework.messaging.rsocket.annotation.support Support classes for working with annotated RSocket stream handling methods.org.springframework.messaging.simp.annotation.support Support classes for handling messages from simple messaging protocols (like STOMP).org.springframework.scheduling.annotation Java 5 annotation for asynchronous method execution.org.springframework.web.reactive.result.method.annotation Infrastructure for annotation-based handler method processing.org.springframework.web.servlet.mvc.method.annotation MVC infrastructure for annotation-based handler method processing, building on theorg.springframework.web.method.annotationpackage.org.springframework.web.servlet.resource Support classes for serving static resources.org.springframework.web.socket.messaging WebSocket integration for Spring's messaging module.Uses of EmbeddedValueResolverAware in org.springframework.context.support
Classes in org.springframework.context.support that implement EmbeddedValueResolverAware Modifier and Type Class Description classEmbeddedValueResolutionSupportConvenient 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 EmbeddedValueResolverAware Modifier and Type Class Description classDateTimeFormatAnnotationFormatterFactoryFormats fields annotated with theDateTimeFormatannotation using aDateFormatter.Uses of EmbeddedValueResolverAware in org.springframework.format.datetime.joda
Classes in org.springframework.format.datetime.joda that implement EmbeddedValueResolverAware Modifier and Type Class Description classJodaDateTimeFormatAnnotationFormatterFactoryFormats fields annotated with theDateTimeFormatannotation using Joda-Time.Uses of EmbeddedValueResolverAware in org.springframework.format.datetime.standard
Classes in org.springframework.format.datetime.standard that implement EmbeddedValueResolverAware Modifier and Type Class Description classJsr310DateTimeFormatAnnotationFormatterFactoryFormats 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 EmbeddedValueResolverAware Modifier and Type Class Description classNumberFormatAnnotationFormatterFactoryFormats fields annotated with theNumberFormatannotation.Uses of EmbeddedValueResolverAware in org.springframework.format.number.money
Classes in org.springframework.format.number.money that implement EmbeddedValueResolverAware Modifier and Type Class Description classJsr354NumberFormatAnnotationFormatterFactoryFormatsMonetaryAmountfields annotated with Spring's commonNumberFormatannotation.Uses of EmbeddedValueResolverAware in org.springframework.format.support
Classes in org.springframework.format.support that implement EmbeddedValueResolverAware Modifier and Type Class Description classDefaultFormattingConversionServiceA specialization ofFormattingConversionServiceconfigured by default with converters and formatters appropriate for most applications.classFormattingConversionServiceAConversionServiceimplementation designed to be configured as aFormatterRegistry.classFormattingConversionServiceFactoryBeanA factory providing convenient access to aFormattingConversionServiceconfigured with converters and formatters for common types such as numbers and datetimes.Uses of EmbeddedValueResolverAware in org.springframework.messaging.handler.annotation.reactive
Classes in org.springframework.messaging.handler.annotation.reactive that implement EmbeddedValueResolverAware Modifier and Type Class Description classMessageMappingMessageHandlerExtension ofAbstractMethodMessageHandlerfor reactive, non-blocking handling of messages via@MessageMappingmethods.Uses of EmbeddedValueResolverAware in org.springframework.messaging.rsocket.annotation.support
Classes in org.springframework.messaging.rsocket.annotation.support that implement EmbeddedValueResolverAware Modifier and Type Class Description classRSocketMessageHandlerExtension ofMessageMappingMessageHandlerfor handling RSocket requests with@ConnectMappingand@MessageMappingmethods.Uses of EmbeddedValueResolverAware in org.springframework.messaging.simp.annotation.support
Classes in org.springframework.messaging.simp.annotation.support that implement EmbeddedValueResolverAware Modifier and Type Class Description classSimpAnnotationMethodMessageHandlerA handler for messages delegating to@MessageMappingand@SubscribeMappingannotated methods.Uses of EmbeddedValueResolverAware in org.springframework.scheduling.annotation
Classes in org.springframework.scheduling.annotation that implement EmbeddedValueResolverAware Modifier and Type Class Description classScheduledAnnotationBeanPostProcessorBean 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.web.reactive.result.method.annotation
Classes in org.springframework.web.reactive.result.method.annotation that implement EmbeddedValueResolverAware Modifier and Type Class Description classRequestMappingHandlerMappingAn extension ofRequestMappingInfoHandlerMappingthat createsRequestMappingInfoinstances from class-level and method-level@RequestMappingannotations.Uses of EmbeddedValueResolverAware in org.springframework.web.servlet.mvc.method.annotation
Classes in org.springframework.web.servlet.mvc.method.annotation that implement EmbeddedValueResolverAware Modifier and Type Class Description classRequestMappingHandlerMappingCreatesRequestMappingInfoinstances from type and method-level@RequestMappingannotations in@Controllerclasses.Uses of EmbeddedValueResolverAware in org.springframework.web.servlet.resource
Classes in org.springframework.web.servlet.resource that implement EmbeddedValueResolverAware Modifier and Type Class Description classResourceHttpRequestHandlerHttpRequestHandlerthat serves static resources in an optimized way according to the guidelines of Page Speed, YSlow, etc.Uses of EmbeddedValueResolverAware in org.springframework.web.socket.messaging
Classes in org.springframework.web.socket.messaging that implement EmbeddedValueResolverAware Modifier and Type Class Description classWebSocketAnnotationMethodMessageHandlerA sub-class ofSimpAnnotationMethodMessageHandlerto provide support forControllerAdvicewith global@MessageExceptionHandlermethods.