Package io.microsphere.metadata
-
Interface Summary Interface Description ConfigurationPropertyJSONGenerator ConfigurationPropertyJSONGenerator is an interface that defines the contract for generating JSON representations ofConfigurationProperty
objects.ConfigurationPropertyLoader The Java SPI of the loader ofConfigurationProperty
that will beloaded by
Microsphere Annotation Processor module. -
Class Summary Class Description DefaultConfigurationPropertyJSONGenerator The default implementation class ofConfigurationPropertyJSONGenerator
.ReflectiveConfigurationPropertyJSONGenerator ConfigurationPropertyJSONGenerator
class based on Java Reflection API