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.config
Classes in org.springframework.beans.factory.config that implement StringValueResolverModifier and TypeClassDescriptionclass
StringValueResolver
adapter for resolving placeholders and expressions against aConfigurableBeanFactory
.Methods in org.springframework.beans.factory.config with parameters of type StringValueResolverModifier and TypeMethodDescriptionvoid
ConfigurableBeanFactory.addEmbeddedValueResolver
(StringValueResolver valueResolver) Add a String resolver for embedded values such as annotation attributes.protected void
PlaceholderConfigurerSupport.doProcessProperties
(ConfigurableListableBeanFactory beanFactoryToProcess, StringValueResolver valueResolver) void
ConfigurableBeanFactory.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.support
Methods in org.springframework.beans.factory.support with parameters of type StringValueResolverModifier and TypeMethodDescriptionvoid
AbstractBeanFactory.addEmbeddedValueResolver
(StringValueResolver valueResolver) -
Uses of StringValueResolver in org.springframework.context
Methods in org.springframework.context with parameters of type StringValueResolverModifier and TypeMethodDescriptionvoid
EmbeddedValueResolverAware.setEmbeddedValueResolver
(StringValueResolver resolver) Set the StringValueResolver to use for resolving embedded definition values. -
Uses of StringValueResolver in org.springframework.context.support
Methods in org.springframework.context.support with parameters of type StringValueResolverModifier and TypeMethodDescriptionvoid
EmbeddedValueResolutionSupport.setEmbeddedValueResolver
(StringValueResolver resolver) -
Uses of StringValueResolver in org.springframework.core
Methods in org.springframework.core with parameters of type StringValueResolverModifier and TypeMethodDescriptionvoid
SimpleAliasRegistry.resolveAliases
(StringValueResolver valueResolver) Resolve all alias target names and aliases registered in this registry, applying the givenStringValueResolver
to them. -
Uses of StringValueResolver in org.springframework.format.support
Methods in org.springframework.format.support with parameters of type StringValueResolverModifier and TypeMethodDescriptionvoid
FormattingConversionService.setEmbeddedValueResolver
(StringValueResolver resolver) void
FormattingConversionServiceFactoryBean.setEmbeddedValueResolver
(StringValueResolver embeddedValueResolver) Constructors in org.springframework.format.support with parameters of type StringValueResolverModifierConstructorDescriptionDefaultFormattingConversionService
(StringValueResolver embeddedValueResolver, boolean registerDefaultFormatters) Create a newDefaultFormattingConversionService
with the set of default converters and, based on the value ofregisterDefaultFormatters
, the set of default formatters. -
Uses of StringValueResolver in org.springframework.jms.config
Methods in org.springframework.jms.config with parameters of type StringValueResolverModifier and TypeMethodDescriptionvoid
MethodJmsListenerEndpoint.setEmbeddedValueResolver
(StringValueResolver embeddedValueResolver) Set a value resolver for embedded placeholders and expressions. -
Uses of StringValueResolver in org.springframework.messaging.handler.annotation.reactive
Methods in org.springframework.messaging.handler.annotation.reactive with parameters of type StringValueResolverModifier and TypeMethodDescriptionvoid
MessageMappingMessageHandler.setEmbeddedValueResolver
(StringValueResolver resolver) -
Uses of StringValueResolver in org.springframework.messaging.rsocket.service
Methods in org.springframework.messaging.rsocket.service with parameters of type StringValueResolverModifier and TypeMethodDescriptionRSocketServiceProxyFactory.Builder.embeddedValueResolver
(StringValueResolver resolver) Set theStringValueResolver
to use for resolving placeholders and expressions embedded inRSocketExchange.value()
. -
Uses of StringValueResolver in org.springframework.messaging.simp.annotation.support
Methods in org.springframework.messaging.simp.annotation.support with parameters of type StringValueResolverModifier and TypeMethodDescriptionvoid
SimpAnnotationMethodMessageHandler.setEmbeddedValueResolver
(StringValueResolver resolver) -
Uses of StringValueResolver in org.springframework.scheduling.annotation
Methods in org.springframework.scheduling.annotation with parameters of type StringValueResolverModifier and TypeMethodDescriptionvoid
ScheduledAnnotationBeanPostProcessor.setEmbeddedValueResolver
(StringValueResolver resolver) -
Uses of StringValueResolver in org.springframework.transaction.interceptor
Methods in org.springframework.transaction.interceptor with parameters of type StringValueResolverModifier and TypeMethodDescriptionvoid
DefaultTransactionAttribute.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>)
.void
AbstractFallbackTransactionAttributeSource.setEmbeddedValueResolver
(StringValueResolver resolver) void
MethodMapTransactionAttributeSource.setEmbeddedValueResolver
(StringValueResolver resolver) void
NameMatchTransactionAttributeSource.setEmbeddedValueResolver
(StringValueResolver resolver) -
Uses of StringValueResolver in org.springframework.web.reactive.result.method.annotation
Methods in org.springframework.web.reactive.result.method.annotation with parameters of type StringValueResolverModifier and TypeMethodDescriptionvoid
RequestMappingHandlerMapping.setEmbeddedValueResolver
(StringValueResolver resolver) -
Uses of StringValueResolver in org.springframework.web.service.invoker
Methods in org.springframework.web.service.invoker with parameters of type StringValueResolverModifier and TypeMethodDescriptionHttpServiceProxyFactory.Builder.embeddedValueResolver
(StringValueResolver embeddedValueResolver) Set theStringValueResolver
to use for resolving placeholders and expressions embedded inHttpExchange.url()
. -
Uses of StringValueResolver in org.springframework.web.servlet.mvc.method.annotation
Methods in org.springframework.web.servlet.mvc.method.annotation with parameters of type StringValueResolverModifier and TypeMethodDescriptionvoid
RequestMappingHandlerMapping.setEmbeddedValueResolver
(StringValueResolver resolver) -
Uses of StringValueResolver in org.springframework.web.servlet.resource
Methods in org.springframework.web.servlet.resource with parameters of type StringValueResolverModifier and TypeMethodDescriptionvoid
ResourceHttpRequestHandler.setEmbeddedValueResolver
(StringValueResolver resolver)