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 the
org.springframework.beans.factory package. |
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 the
org.springframework.web.method.annotation package. |
org.springframework.web.servlet.resource |
Support classes for serving static resources.
|
Modifier and Type | Method and Description |
---|---|
static void |
AnnotationBeanUtils.copyPropertiesToBean(Annotation ann,
Object bean,
StringValueResolver valueResolver,
String... excludedProperties)
Deprecated.
Copy the properties of the supplied
Annotation to the supplied target bean. |
Modifier and Type | Class and Description |
---|---|
class |
EmbeddedValueResolver
StringValueResolver adapter for resolving placeholders and
expressions against a ConfigurableBeanFactory . |
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Constructor and Description |
---|
BeanDefinitionVisitor(StringValueResolver valueResolver)
Create a new BeanDefinitionVisitor, applying the specified
value resolver to all bean metadata values.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractBeanFactory.addEmbeddedValueResolver(StringValueResolver valueResolver) |
Modifier and Type | Method and Description |
---|---|
void |
EmbeddedValueResolverAware.setEmbeddedValueResolver(StringValueResolver resolver)
Set the StringValueResolver to use for resolving embedded definition values.
|
Modifier and Type | Method and Description |
---|---|
void |
EmbeddedValueResolutionSupport.setEmbeddedValueResolver(StringValueResolver resolver) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleAliasRegistry.resolveAliases(StringValueResolver valueResolver)
Resolve all alias target names and aliases registered in this
registry, applying the given
StringValueResolver to them. |
Modifier and Type | Method and Description |
---|---|
void |
FormattingConversionService.setEmbeddedValueResolver(StringValueResolver resolver) |
void |
FormattingConversionServiceFactoryBean.setEmbeddedValueResolver(StringValueResolver embeddedValueResolver) |
Constructor and Description |
---|
DefaultFormattingConversionService(StringValueResolver embeddedValueResolver,
boolean registerDefaultFormatters)
Create a new
DefaultFormattingConversionService with the set of
default converters and,
based on the value of registerDefaultFormatters , the set of
default formatters. |
Modifier and Type | Method and Description |
---|---|
void |
MethodJmsListenerEndpoint.setEmbeddedValueResolver(StringValueResolver embeddedValueResolver)
Set a value resolver for embedded placeholders and expressions.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageMappingMessageHandler.setEmbeddedValueResolver(StringValueResolver resolver) |
Modifier and Type | Method and Description |
---|---|
void |
SimpAnnotationMethodMessageHandler.setEmbeddedValueResolver(StringValueResolver resolver) |
Modifier and Type | Method and Description |
---|---|
void |
ScheduledAnnotationBeanPostProcessor.setEmbeddedValueResolver(StringValueResolver resolver) |
Modifier and Type | Method and Description |
---|---|
void |
RequestMappingHandlerMapping.setEmbeddedValueResolver(StringValueResolver resolver) |
Modifier and Type | Method and Description |
---|---|
void |
RequestMappingHandlerMapping.setEmbeddedValueResolver(StringValueResolver resolver) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceHttpRequestHandler.setEmbeddedValueResolver(StringValueResolver resolver) |