Class Value<T>
java.lang.Object
com.github.mizool.core.configuration.Value<T>
An object that allows type-safe access to the value of a
PropertyNode
.-
Method Summary
-
Method Details
-
read
- Throws:
ConfigurationException
- if the present, non-empty value could not be parsed according to the type specified
-
obtain
- Throws:
ConfigurationException
- if the present, non-empty value could not be parsed according to the type specified
-