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