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>
ClassPathResourceConfigurationPropertyLoader. load()
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.default java.util.List<ConfigurationProperty>
ConfigurationPropertyReader. read(java.io.InputStream inputStream)
Reads a list ofConfigurationProperty
objects from the providedInputStream
.default java.util.List<ConfigurationProperty>
ConfigurationPropertyReader. read(java.io.Reader reader)
Reads a list ofConfigurationProperty
objects from the providedReader
.java.util.List<ConfigurationProperty>
ConfigurationPropertyReader. read(java.lang.String content)
Reads a list ofConfigurationProperty
objects from the provided content string.java.util.List<ConfigurationProperty>
DefaultConfigurationPropertyReader. read(java.lang.String content)
Methods in io.microsphere.metadata with parameters of type ConfigurationProperty Modifier and Type Method Description java.lang.String
ConfigurationPropertyGenerator. generate(ConfigurationProperty configurationProperty)
Generates a content of the givenConfigurationProperty
.java.lang.String
DefaultConfigurationPropertyGenerator. generate(ConfigurationProperty configurationProperty)
java.lang.String
ReflectiveConfigurationPropertyGenerator. generate(ConfigurationProperty configurationProperty)
-