Uses of Annotation Interface
io.microsphere.spring.config.context.annotation.ResourcePropertySource
Packages that use ResourcePropertySource
Package
Description
-
Uses of ResourcePropertySource in io.microsphere.spring.config.context.annotation
Method parameters in io.microsphere.spring.config.context.annotation with type arguments of type ResourcePropertySourceModifier and TypeMethodDescriptionprotected void
ResourcePropertySourceLoader.configureResourcePropertySourcesRefresher
(PropertySourceExtensionAttributes<ResourcePropertySource> extensionAttributes, List<PropertySourceExtensionLoader.PropertySourceResource> propertySourceResources, org.springframework.core.env.CompositePropertySource propertySource, PropertySourceExtensionLoader.ResourcePropertySourcesRefresher refresher) protected org.springframework.core.io.Resource[]
ResourcePropertySourceLoader.resolveResources
(PropertySourceExtensionAttributes<ResourcePropertySource> extensionAttributes, String propertySourceName, String resourceValue) -
Uses of ResourcePropertySource in io.microsphere.spring.config.env.annotation
Classes in io.microsphere.spring.config.env.annotation with annotations of type ResourcePropertySourceModifier and TypeClassDescription@interface
The extension annotation of@ResourcePropertySource
providing a convenient and declarative mechanism for adding a JSONPropertySource
to Spring's Environment.@interface
The extension annotation of@ResourcePropertySource
providing a convenient and declarative mechanism for adding a YAMLImmutableMapPropertySource
to Spring's Environment.