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 severalResourcePropertySourceannotations.Method parameters in io.microsphere.spring.config.context.annotation with type arguments of type ResourcePropertySource Modifier and Type Method Description protected voidResourcePropertySourceLoader. 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 interfaceJsonPropertySourceThe extension annotation of@ResourcePropertySourceproviding a convenient and declarative mechanism for adding a JSONPropertySourceto Spring's Environment.interfaceYamlPropertySourceThe extension annotation of@ResourcePropertySourceproviding a convenient and declarative mechanism for adding a YAMLImmutableMapPropertySourceto Spring's Environment.
-