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 voidResourcePropertySourceLoader.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@interfaceThe extension annotation of@ResourcePropertySourceproviding a convenient and declarative mechanism for adding a JSONPropertySourceto Spring's Environment.@interfaceThe extension annotation of@ResourcePropertySourceproviding a convenient and declarative mechanism for adding a YAMLImmutableMapPropertySourceto Spring's Environment.