Uses of Class
io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader.PropertySourceResource
-
Packages that use PropertySourceExtensionLoader.PropertySourceResource Package Description io.microsphere.spring.config.context.annotation -
-
Uses of PropertySourceExtensionLoader.PropertySourceResource in io.microsphere.spring.config.context.annotation
Methods in io.microsphere.spring.config.context.annotation that return types with arguments of type PropertySourceExtensionLoader.PropertySourceResource Modifier and Type Method Description protected java.util.List<PropertySourceExtensionLoader.PropertySourceResource>
PropertySourceExtensionLoader. resolvePropertySourceResources(EA extensionAttributes, java.lang.String propertySourceName, java.lang.String resourceValue, java.util.Comparator<org.springframework.core.io.Resource> resourceComparator)
Methods in io.microsphere.spring.config.context.annotation with parameters of type PropertySourceExtensionLoader.PropertySourceResource Modifier and Type Method Description int
PropertySourceExtensionLoader.PropertySourceResource. compareTo(PropertySourceExtensionLoader.PropertySourceResource o)
protected io.microsphere.spring.config.context.annotation.PropertySourceExtensionLoader.ResourcePropertySource
PropertySourceExtensionLoader. createResourcePropertySource(EA extensionAttributes, java.lang.String propertySourceName, org.springframework.core.io.support.PropertySourceFactory factory, PropertySourceExtensionLoader.PropertySourceResource propertySourceResource)
Create an instance ofPropertySourceExtensionLoader.ResourcePropertySource
for the specifiedresource
-