Uses of Class
io.microsphere.spring.config.context.annotation.PropertySourceExtensionAttributes
-
Packages that use PropertySourceExtensionAttributes Package Description io.microsphere.spring.config.context.annotation -
-
Uses of PropertySourceExtensionAttributes in io.microsphere.spring.config.context.annotation
Classes in io.microsphere.spring.config.context.annotation with type parameters of type PropertySourceExtensionAttributes Modifier and Type Class Description class
PropertySourceExtensionLoader<A extends java.lang.annotation.Annotation,EA extends PropertySourceExtensionAttributes<A>>
AbstractImportSelector
class to load thePropertySource
when theconfiguration
annotated the Enable annotation that meta-annotates@PropertySourceExtension
Methods in io.microsphere.spring.config.context.annotation with parameters of type PropertySourceExtensionAttributes 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)
-