Uses of Class
io.microsphere.beans.ConfigurationProperty
-
Packages that use ConfigurationProperty Package Description io.microsphere.metadata -
-
Uses of ConfigurationProperty in io.microsphere.metadata
Methods in io.microsphere.metadata that return types with arguments of type ConfigurationProperty Modifier and Type Method Description java.util.List<ConfigurationProperty>
ConfigurationPropertyLoader. load()
Loads a list ofConfigurationProperty
instances.static java.util.List<ConfigurationProperty>
ConfigurationPropertyLoader. loadAll()
Loads allConfigurationProperty
instances by loading and executing all availableConfigurationPropertyLoader
services via Java SPI mechanism.Methods in io.microsphere.metadata with parameters of type ConfigurationProperty Modifier and Type Method Description java.lang.String
ConfigurationPropertyJSONGenerator. generate(ConfigurationProperty configurationProperty)
Generates a JSON representation of the givenConfigurationProperty
.java.lang.String
DefaultConfigurationPropertyJSONGenerator. generate(ConfigurationProperty configurationProperty)
java.lang.String
ReflectiveConfigurationPropertyJSONGenerator. generate(ConfigurationProperty configurationProperty)
-