Package io.microsphere.metadata
-
Interface Summary Interface Description ConfigurationPropertyGenerator ConfigurationPropertyGeneratorinterface can be implemented by objects that generate string representations (e.g., JSON, XML, Properties) ofConfigurationProperty.ConfigurationPropertyLoader The Java SPI of the loader ofConfigurationPropertythat will beloaded byMicrosphere Annotation Processor module.ConfigurationPropertyReader The SPI to read the list ofconfiguration propertiesfrom various sources. -
Class Summary Class Description AdditionalMetadataResourceConfigurationPropertyLoader ConfigurationPropertyLoaderclass to load the additional configuration properties metadata fromresource location.ClassPathResourceConfigurationPropertyLoader ConfigurationPropertyLoaderto load the target Class-Path resource.DefaultConfigurationPropertyGenerator The default implementation class ofConfigurationPropertyGenerator.DefaultConfigurationPropertyReader ConfigurationPropertyReaderbased on JSON content.MetadataResourceConfigurationPropertyLoader ConfigurationPropertyLoaderclass to load the configuration properties metadata fromresource location.ReflectiveConfigurationPropertyGenerator ConfigurationPropertyGeneratorclass based on Java Reflection API