Uses of Interface
org.springframework.util.StringValueResolver
Packages that use StringValueResolver
Package
Description
SPI interfaces and configuration-related convenience classes for bean factories.
Classes supporting the 
org.springframework.beans.factory package.This package builds on the beans package to add support for
 message sources and for the Observer design pattern, and the
 ability for application objects to obtain resources using a
 consistent API.
Classes supporting the org.springframework.context package,
 such as abstract base classes for ApplicationContext
 implementations and a MessageSource implementation.
Provides basic classes for exception handling and version detection,
 and other core helpers that are not specific to any part of the framework.
Support classes for the formatting package,
 providing common implementations as well as adapters.
Support package for declarative messaging configuration,
 with Java configuration and XML schema support.
Support classes for working with annotated message-handling methods with
 non-blocking, reactive contracts.
Annotations to declare an RSocket service contract with request methods along
 with a proxy factory backed by an
 
RSocketRequester.Support classes for handling messages from simple messaging protocols
 (like STOMP).
Annotation support for asynchronous method execution.
AOP-based solution for declarative transaction demarcation.
Infrastructure for annotation-based handler method processing.
Support for creating a client proxy for an HTTP service annotated with
 
HttpExchange methods.MVC infrastructure for annotation-based handler method processing, building on the
 
org.springframework.web.method.annotation package.Support classes for serving static resources.
- 
Uses of StringValueResolver in org.springframework.beans.factory.configClasses in org.springframework.beans.factory.config that implement StringValueResolverModifier and TypeClassDescriptionclassStringValueResolveradapter for resolving placeholders and expressions against aConfigurableBeanFactory.Methods in org.springframework.beans.factory.config with parameters of type StringValueResolverModifier and TypeMethodDescriptionvoidConfigurableBeanFactory.addEmbeddedValueResolver(StringValueResolver valueResolver) Add a String resolver for embedded values such as annotation attributes.protected voidPlaceholderConfigurerSupport.doProcessProperties(ConfigurableListableBeanFactory beanFactoryToProcess, StringValueResolver valueResolver) voidConfigurableBeanFactory.resolveAliases(StringValueResolver valueResolver) Resolve all alias target names and aliases registered in this factory, applying the given StringValueResolver to them.Constructors in org.springframework.beans.factory.config with parameters of type StringValueResolverModifierConstructorDescriptionBeanDefinitionVisitor(StringValueResolver valueResolver) Create a new BeanDefinitionVisitor, applying the specified value resolver to all bean metadata values.
- 
Uses of StringValueResolver in org.springframework.beans.factory.supportMethods in org.springframework.beans.factory.support with parameters of type StringValueResolverModifier and TypeMethodDescriptionvoidAbstractBeanFactory.addEmbeddedValueResolver(StringValueResolver valueResolver) 
- 
Uses of StringValueResolver in org.springframework.contextMethods in org.springframework.context with parameters of type StringValueResolverModifier and TypeMethodDescriptionvoidEmbeddedValueResolverAware.setEmbeddedValueResolver(StringValueResolver resolver) Set the StringValueResolver to use for resolving embedded definition values.
- 
Uses of StringValueResolver in org.springframework.context.supportMethods in org.springframework.context.support with parameters of type StringValueResolverModifier and TypeMethodDescriptionvoidEmbeddedValueResolutionSupport.setEmbeddedValueResolver(StringValueResolver resolver) 
- 
Uses of StringValueResolver in org.springframework.coreMethods in org.springframework.core with parameters of type StringValueResolverModifier and TypeMethodDescriptionvoidSimpleAliasRegistry.resolveAliases(StringValueResolver valueResolver) Resolve all alias target names and aliases registered in this registry, applying the givenStringValueResolverto them.
- 
Uses of StringValueResolver in org.springframework.format.supportMethods in org.springframework.format.support with parameters of type StringValueResolverModifier and TypeMethodDescriptionvoidFormattingConversionService.setEmbeddedValueResolver(StringValueResolver resolver) voidFormattingConversionServiceFactoryBean.setEmbeddedValueResolver(StringValueResolver embeddedValueResolver) Constructors in org.springframework.format.support with parameters of type StringValueResolverModifierConstructorDescriptionDefaultFormattingConversionService(StringValueResolver embeddedValueResolver, boolean registerDefaultFormatters) Create a newDefaultFormattingConversionServicewith the set of default converters and, based on the value ofregisterDefaultFormatters, the set of default formatters.
- 
Uses of StringValueResolver in org.springframework.jms.configMethods in org.springframework.jms.config with parameters of type StringValueResolverModifier and TypeMethodDescriptionvoidMethodJmsListenerEndpoint.setEmbeddedValueResolver(StringValueResolver embeddedValueResolver) Set a value resolver for embedded placeholders and expressions.
- 
Uses of StringValueResolver in org.springframework.messaging.handler.annotation.reactiveMethods in org.springframework.messaging.handler.annotation.reactive with parameters of type StringValueResolverModifier and TypeMethodDescriptionvoidMessageMappingMessageHandler.setEmbeddedValueResolver(StringValueResolver resolver) 
- 
Uses of StringValueResolver in org.springframework.messaging.rsocket.serviceMethods in org.springframework.messaging.rsocket.service with parameters of type StringValueResolverModifier and TypeMethodDescriptionRSocketServiceProxyFactory.Builder.embeddedValueResolver(StringValueResolver resolver) Set theStringValueResolverto use for resolving placeholders and expressions embedded inRSocketExchange.value().
- 
Uses of StringValueResolver in org.springframework.messaging.simp.annotation.supportMethods in org.springframework.messaging.simp.annotation.support with parameters of type StringValueResolverModifier and TypeMethodDescriptionvoidSimpAnnotationMethodMessageHandler.setEmbeddedValueResolver(StringValueResolver resolver) 
- 
Uses of StringValueResolver in org.springframework.scheduling.annotationMethods in org.springframework.scheduling.annotation with parameters of type StringValueResolverModifier and TypeMethodDescriptionvoidScheduledAnnotationBeanPostProcessor.setEmbeddedValueResolver(StringValueResolver resolver) 
- 
Uses of StringValueResolver in org.springframework.transaction.interceptorMethods in org.springframework.transaction.interceptor with parameters of type StringValueResolverModifier and TypeMethodDescriptionvoidDefaultTransactionAttribute.resolveAttributeStrings(StringValueResolver resolver) Resolve attribute values that are defined as resolvable Strings:DefaultTransactionAttribute.setTimeoutString(java.lang.String),DefaultTransactionAttribute.setQualifier(java.lang.String),DefaultTransactionAttribute.setLabels(java.util.Collection<java.lang.String>).voidAbstractFallbackTransactionAttributeSource.setEmbeddedValueResolver(StringValueResolver resolver) voidMethodMapTransactionAttributeSource.setEmbeddedValueResolver(StringValueResolver resolver) voidNameMatchTransactionAttributeSource.setEmbeddedValueResolver(StringValueResolver resolver) 
- 
Uses of StringValueResolver in org.springframework.web.reactive.result.method.annotationMethods in org.springframework.web.reactive.result.method.annotation with parameters of type StringValueResolverModifier and TypeMethodDescriptionvoidRequestMappingHandlerMapping.setEmbeddedValueResolver(StringValueResolver resolver) 
- 
Uses of StringValueResolver in org.springframework.web.service.invokerMethods in org.springframework.web.service.invoker with parameters of type StringValueResolverModifier and TypeMethodDescriptionHttpServiceProxyFactory.Builder.embeddedValueResolver(StringValueResolver embeddedValueResolver) Set theStringValueResolverto use for resolving placeholders and expressions embedded inHttpExchange.url().
- 
Uses of StringValueResolver in org.springframework.web.servlet.mvc.method.annotationMethods in org.springframework.web.servlet.mvc.method.annotation with parameters of type StringValueResolverModifier and TypeMethodDescriptionvoidRequestMappingHandlerMapping.setEmbeddedValueResolver(StringValueResolver resolver) 
- 
Uses of StringValueResolver in org.springframework.web.servlet.resourceMethods in org.springframework.web.servlet.resource with parameters of type StringValueResolverModifier and TypeMethodDescriptionvoidResourceHttpRequestHandler.setEmbeddedValueResolver(StringValueResolver resolver)