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 ofConfigurationPropertyinstances.static java.util.List<ConfigurationProperty>ConfigurationPropertyLoader. loadAll()Loads allConfigurationPropertyinstances by loading and executing all availableConfigurationPropertyLoaderservices via Java SPI mechanism.default java.util.List<ConfigurationProperty>ConfigurationPropertyReader. read(java.io.InputStream inputStream)Reads a list ofConfigurationPropertyobjects from the providedInputStream.default java.util.List<ConfigurationProperty>ConfigurationPropertyReader. read(java.io.Reader reader)Reads a list ofConfigurationPropertyobjects from the providedReader.java.util.List<ConfigurationProperty>ConfigurationPropertyReader. read(java.lang.String content)Reads a list ofConfigurationPropertyobjects 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.StringConfigurationPropertyGenerator. generate(ConfigurationProperty configurationProperty)Generates a content of the givenConfigurationProperty.java.lang.StringDefaultConfigurationPropertyGenerator. generate(ConfigurationProperty configurationProperty)java.lang.StringReflectiveConfigurationPropertyGenerator. generate(ConfigurationProperty configurationProperty)
-