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 classPropertySourceExtensionLoader<A extends java.lang.annotation.Annotation,EA extends PropertySourceExtensionAttributes<A>>AbstractImportSelectorclass to load thePropertySourcewhen theconfigurationannotated the Enable annotation that meta-annotates@PropertySourceExtensionMethods in io.microsphere.spring.config.context.annotation with parameters of type PropertySourceExtensionAttributes 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)
-