Package io.microsphere.metadata
Class MetadataResourceConfigurationPropertyLoader
- java.lang.Object
-
- io.microsphere.metadata.ClassPathResourceConfigurationPropertyLoader
-
- io.microsphere.metadata.MetadataResourceConfigurationPropertyLoader
-
- All Implemented Interfaces:
Prioritized
,ConfigurationPropertyLoader
,java.lang.Comparable<Prioritized>
public class MetadataResourceConfigurationPropertyLoader extends ClassPathResourceConfigurationPropertyLoader
ConfigurationPropertyLoader
class to load the configuration properties metadata fromresource location
.- Since:
- 1.0.0
- Author:
- Mercy
- See Also:
ResourceConstants.CONFIGURATION_PROPERTY_METADATA_RESOURCE
,ClassPathResourceConfigurationPropertyLoader
-
-
Field Summary
-
Fields inherited from class io.microsphere.metadata.ClassPathResourceConfigurationPropertyLoader
classLoader, configurationPropertyReader, loadedAll, logger, resourceName
-
Fields inherited from interface io.microsphere.lang.Prioritized
COMPARATOR, MAX_PRIORITY, MIN_PRIORITY, NORMAL_PRIORITY
-
-
Constructor Summary
Constructors Constructor Description MetadataResourceConfigurationPropertyLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getPriority()
Get the priority-
Methods inherited from class io.microsphere.metadata.ClassPathResourceConfigurationPropertyLoader
load
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.microsphere.lang.Prioritized
compareTo
-
-
-
-
Method Detail
-
getPriority
public int getPriority()
Description copied from interface:Prioritized
Get the priority- Returns:
- the default is
minimum one
-
-