See: Description
Interface | Description |
---|---|
BeanLevelMergedPropertiesAware |
A callback that sets the merged properties using
mergedProperties and the bean name that the bean implementing this interface is associated
with. |
BeanLevelPropertiesAware |
A callback allowing for bean to be injected with
BeanLevelProperties . |
Class | Description |
---|---|
BeanLevelProperties |
An extension to Spring support for properties based configuration.
|
BeanLevelPropertyBeanPostProcessor |
A Spring
BeanPostProcessor that process beans that implement BeanLevelPropertiesAware or BeanLevelMergedPropertiesAware based on the provided BeanLevelProperties . |
BeanLevelPropertyPlaceholderConfigurer |
An extension on top of Spring
PropertyPlaceholderConfigurer that works with BeanLevelProperties in order to inject bean level properties. |
SanitizeUtil |
Created by Barak Bar Orion on 3/20/16.
|
Annotation Type | Description |
---|---|
BeanLevelMergedPropertiesContext |
Allows for beans to be injected with
BeanLevelProperties that contains the bean level
merged properties. |
BeanLevelPropertiesContext |
Allows for beans to be injected with
BeanLevelProperties . |
Copyright © GigaSpaces.