Package dev.webfx.platform.conf.impl
Class ConfigImpl
java.lang.Object
dev.webfx.platform.ast.ReadOnlyAstObjectWrapper
dev.webfx.platform.conf.impl.ConfigImpl
- All Implemented Interfaces:
ReadOnlyAstNode,ReadOnlyAstObject,Config
- Direct Known Subclasses:
ChildConfig,RootConfig
- Author:
- Bruno Salmon
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchildConfigAt(String path) <T> TReturn the element as a value or wrapped object/array.Methods inherited from class dev.webfx.platform.ast.ReadOnlyAstObjectWrapper
getWrappedObject, keysMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.webfx.platform.ast.ReadOnlyAstNode
asArray, asObject, isArray, isEmpty, isObjectMethods inherited from interface dev.webfx.platform.ast.ReadOnlyAstObject
getArray, getBoolean, getBoolean, getDouble, getDouble, getInstant, getInstant, getInteger, getInteger, getLong, getLong, getObject, getScalar, getScalar, getString, getString, has, isArray, isObject, isScalar, isTrue, keys, size
-
Constructor Details
-
ConfigImpl
-
-
Method Details
-
parentConfig
- Specified by:
parentConfigin interfaceConfig
-
childConfigAt
- Specified by:
childConfigAtin interfaceConfig
-
get
Description copied from interface:ReadOnlyAstObjectReturn the element as a value or wrapped object/array.- Specified by:
getin interfaceReadOnlyAstObject- Overrides:
getin classReadOnlyAstObjectWrapper
-