Uses of Class
org.apache.juneau.commons.settings.Setting
Packages that use Setting
Package
Description
Thread-safe system property access with support for global and per-thread overrides,
making it useful for unit tests and configuration management.
-
Uses of Setting in org.apache.juneau.commons.settings
Subclasses of Setting in org.apache.juneau.commons.settingsModifier and TypeClassDescriptionclassA specializedSettingfor string values that provides convenience methods for type conversion.Methods in org.apache.juneau.commons.settings that return SettingModifier and TypeMethodDescriptionStringSetting.asBoolean()Converts the string value to a Boolean.StringSetting.asCharset()Converts the string value to a Charset.StringSetting.asDouble()Converts the string value to a Double.StringSetting.asFile()Converts the string value to a File.StringSetting.asFloat()Converts the string value to a Float.StringSetting.asInteger()Converts the string value to an Integer.StringSetting.asLong()Converts the string value to a Long.StringSetting.asPath()Converts the string value to a Path.<T> Setting<T>Converts the string value to the specified type using the Settings type conversion functions.StringSetting.asURI()Converts the string value to a URI.If a value is present, and the value matches the given predicate, returns a Setting describing the value, otherwise returns an empty Setting.<U> Setting<U>If a value is present, applies the provided mapping function to it and returns a Setting describing the result.