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> T
Return the element as a value or wrapped object/array.Methods inherited from class dev.webfx.platform.ast.ReadOnlyAstObjectWrapper
getWrappedObject, keys
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface dev.webfx.platform.ast.ReadOnlyAstNode
asArray, asObject, isArray, isEmpty, isObject
Methods 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:
parentConfig
in interfaceConfig
-
childConfigAt
- Specified by:
childConfigAt
in interfaceConfig
-
get
Description copied from interface:ReadOnlyAstObject
Return the element as a value or wrapped object/array.- Specified by:
get
in interfaceReadOnlyAstObject
- Overrides:
get
in classReadOnlyAstObjectWrapper
-