Uses of Interface
org.springframework.util.StringValueResolver
Packages that use StringValueResolver Package Description org.springframework.beans.annotation Support package for beans-style handling of Java 5 annotations.org.springframework.beans.factory.config SPI interfaces and configuration-related convenience classes for bean factories.org.springframework.beans.factory.support Classes supporting theorg.springframework.beans.factorypackage.org.springframework.context 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.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.core Provides basic classes for exception handling and version detection, and other core helpers that are not specific to any part of the framework.org.springframework.format.support Support classes for the formatting package, providing common implementations as well as adapters.org.springframework.jms.config Support package for declarative messaging configuration, with Java configuration and XML schema support.org.springframework.messaging.handler.annotation.reactive Support classes for working with annotated message-handling methods with non-blocking, reactive contracts.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.Uses of StringValueResolver in org.springframework.beans.annotation
Methods in org.springframework.beans.annotation with parameters of type StringValueResolver Modifier and Type Method Description static voidAnnotationBeanUtils. copyPropertiesToBean(Annotation ann, Object bean, StringValueResolver valueResolver, String... excludedProperties)Deprecated.Copy the properties of the suppliedAnnotationto the supplied target bean.Uses of StringValueResolver in org.springframework.beans.factory.config
Classes in org.springframework.beans.factory.config that implement StringValueResolver Modifier and Type Class Description classEmbeddedValueResolverStringValueResolveradapter for resolving placeholders and expressions against aConfigurableBeanFactory.Methods in org.springframework.beans.factory.config with parameters of type StringValueResolver Modifier and Type Method Description voidConfigurableBeanFactory. 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 StringValueResolver Constructor Description BeanDefinitionVisitor(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 StringValueResolver Modifier and Type Method Description voidAbstractBeanFactory. addEmbeddedValueResolver(StringValueResolver valueResolver)Uses of StringValueResolver in org.springframework.context
Methods in org.springframework.context with parameters of type StringValueResolver Modifier and Type Method Description voidEmbeddedValueResolverAware. 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 StringValueResolver Modifier and Type Method Description voidEmbeddedValueResolutionSupport. setEmbeddedValueResolver(StringValueResolver resolver)Uses of StringValueResolver in org.springframework.core
Methods in org.springframework.core with parameters of type StringValueResolver Modifier and Type Method Description voidSimpleAliasRegistry. 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.support
Methods in org.springframework.format.support with parameters of type StringValueResolver Modifier and Type Method Description voidFormattingConversionService. setEmbeddedValueResolver(StringValueResolver resolver)voidFormattingConversionServiceFactoryBean. setEmbeddedValueResolver(StringValueResolver embeddedValueResolver)Constructors in org.springframework.format.support with parameters of type StringValueResolver Constructor Description DefaultFormattingConversionService(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.config
Methods in org.springframework.jms.config with parameters of type StringValueResolver Modifier and Type Method Description voidMethodJmsListenerEndpoint. 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 StringValueResolver Modifier and Type Method Description voidMessageMappingMessageHandler. setEmbeddedValueResolver(StringValueResolver resolver)Uses of StringValueResolver in org.springframework.messaging.simp.annotation.support
Methods in org.springframework.messaging.simp.annotation.support with parameters of type StringValueResolver Modifier and Type Method Description voidSimpAnnotationMethodMessageHandler. setEmbeddedValueResolver(StringValueResolver resolver)Uses of StringValueResolver in org.springframework.scheduling.annotation
Methods in org.springframework.scheduling.annotation with parameters of type StringValueResolver Modifier and Type Method Description voidScheduledAnnotationBeanPostProcessor. 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 StringValueResolver Modifier and Type Method Description voidRequestMappingHandlerMapping. setEmbeddedValueResolver(StringValueResolver resolver)Uses of StringValueResolver in org.springframework.web.servlet.mvc.method.annotation
Methods in org.springframework.web.servlet.mvc.method.annotation with parameters of type StringValueResolver Modifier and Type Method Description voidRequestMappingHandlerMapping. setEmbeddedValueResolver(StringValueResolver resolver)Uses of StringValueResolver in org.springframework.web.servlet.resource
Methods in org.springframework.web.servlet.resource with parameters of type StringValueResolver Modifier and Type Method Description voidResourceHttpRequestHandler. setEmbeddedValueResolver(StringValueResolver resolver)