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.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.datetime |
Formatters for
java.util.Date properties. |
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.number |
Formatters for
java.lang.Number properties. |
org.springframework.format.support |
Support classes for the formatting package,
providing common implementations as well as adapters.
|
org.springframework.scheduling.annotation |
JDK 1.5+ annotation for asynchronous method execution.
|
org.springframework.web.servlet.mvc.method.annotation |
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation package. |
Modifier and Type | Method and Description |
---|---|
static void |
AnnotationBeanUtils.copyPropertiesToBean(Annotation ann,
Object bean,
StringValueResolver valueResolver,
String... excludedProperties)
Copy the properties of the supplied
Annotation to the supplied target bean. |
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 |
SimpleAliasRegistry.resolveAliases(StringValueResolver valueResolver)
Resolve all alias target names and aliases registered in this
factory, applying the given StringValueResolver to them.
|
Modifier and Type | Method and Description |
---|---|
void |
DateTimeFormatAnnotationFormatterFactory.setEmbeddedValueResolver(StringValueResolver resolver) |
Modifier and Type | Method and Description |
---|---|
void |
JodaDateTimeFormatAnnotationFormatterFactory.setEmbeddedValueResolver(StringValueResolver resolver) |
Modifier and Type | Method and Description |
---|---|
void |
NumberFormatAnnotationFormatterFactory.setEmbeddedValueResolver(StringValueResolver resolver) |
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 |
ScheduledAnnotationBeanPostProcessor.setEmbeddedValueResolver(StringValueResolver resolver) |
Modifier and Type | Method and Description |
---|---|
void |
RequestMappingHandlerMapping.setEmbeddedValueResolver(StringValueResolver resolver) |
Copyright © 2015. All rights reserved.