Uses of Class
io.microsphere.spring.config.context.annotation.ResourcePropertySource
-
Packages that use ResourcePropertySource Package Description io.microsphere.spring.config.context.annotation io.microsphere.spring.config.env.annotation -
-
Uses of ResourcePropertySource in io.microsphere.spring.config.context.annotation
Methods in io.microsphere.spring.config.context.annotation that return ResourcePropertySource Modifier and Type Method Description ResourcePropertySource[]
value()
The severalResourcePropertySource
annotations.Method parameters in io.microsphere.spring.config.context.annotation with type arguments of type ResourcePropertySource Modifier and Type Method Description protected void
ResourcePropertySourceLoader. configureResourcePropertySourcesRefresher(PropertySourceExtensionAttributes<ResourcePropertySource> extensionAttributes, java.util.List<PropertySourceExtensionLoader.PropertySourceResource> propertySourceResources, org.springframework.core.env.CompositePropertySource propertySource, PropertySourceExtensionLoader.ResourcePropertySourcesRefresher refresher)
protected org.springframework.core.io.Resource[]
ResourcePropertySourceLoader. resolveResources(PropertySourceExtensionAttributes<ResourcePropertySource> extensionAttributes, java.lang.String propertySourceName, java.lang.String resourceValue)
-
Uses of ResourcePropertySource in io.microsphere.spring.config.env.annotation
Classes in io.microsphere.spring.config.env.annotation with annotations of type ResourcePropertySource Modifier and Type Class Description interface
JsonPropertySource
The extension annotation of {ResourcePropertySource @ResourcePropertySource} providing a convenient and declarative mechanism for adding a JSONPropertySource
to Spring's Environment.interface
YamlPropertySource
The extension annotation of {ResourcePropertySource @ResourcePropertySource} providing a convenient and declarative mechanism for adding a YAMLImmutableMapPropertySource
to Spring's Environment.
-