Uses of Interface
dev.webfx.platform.ast.ReadOnlyAstObject
Packages that use ReadOnlyAstObject
Package
Description
-
Uses of ReadOnlyAstObject in dev.webfx.platform.ast
Subinterfaces of ReadOnlyAstObject in dev.webfx.platform.astClasses in dev.webfx.platform.ast that implement ReadOnlyAstObjectModifier and TypeClassDescriptionclass
final class
class
final class
Methods in dev.webfx.platform.ast that return ReadOnlyAstObjectModifier and TypeMethodDescriptiondefault ReadOnlyAstObject
ReadOnlyAstNode.asObject()
static ReadOnlyAstObject
AST.createReadOnlySingleKeyAstObject
(String singleKey, Object singleValue) default ReadOnlyAstObject
ReadOnlyAstArray.getObject
(int index) Return the ith element of the array as a JsonObject.default ReadOnlyAstObject
Return the element as a JsonObject.protected ReadOnlyAstObject
ReadOnlyAstObjectWrapper.getWrappedObject()
static ReadOnlyAstObject
AST.lookupObject
(ReadOnlyAstObject astObject, String path) static ReadOnlyAstObject
AST.mapToReadOnlyAstObject
(Map<Object, Object> map, boolean dotKeys, boolean convertMapsToObjects) static ReadOnlyAstObject
AST.mergeAstObjects
(ReadOnlyAstObject... astObjects) static ReadOnlyAstObject
AST.parseObject
(String text, String format) static ReadOnlyAstObject
AST.prefixObject
(String prefixPath, ReadOnlyAstObject astObject) Methods in dev.webfx.platform.ast with parameters of type ReadOnlyAstObjectModifier and TypeMethodDescriptionstatic Map
AST.astObjectToMap
(ReadOnlyAstObject o) static AstObject
AST.cloneObject
(ReadOnlyAstObject astObject, AstFactoryProvider factory) static String
AST.formatObject
(ReadOnlyAstObject astObject, String format) static ReadOnlyAstObject
AST.lookupObject
(ReadOnlyAstObject astObject, String path) static String
AST.lookupString
(ReadOnlyAstObject astObject, String path) static ReadOnlyAstObject
AST.mergeAstObjects
(ReadOnlyAstObject... astObjects) static AstObject
AST.mergeInto
(ReadOnlyAstObject src, AstObject dst) static AstObject
AST.mergeInto
(ReadOnlyAstObject src, AstObject dst, ReadOnlyAstArray keys) static AstObject
AST.nativeObject
(ReadOnlyAstObject astObject, NativeAstFactoryProvider factory) static Object
AST.nativePlatformObject
(ReadOnlyAstObject astObject, NativeAstFactoryProvider factory) static ReadOnlyAstObject
AST.prefixObject
(String prefixPath, ReadOnlyAstObject astObject) default <T extends AstArray>
TAstArray.push
(ReadOnlyAstObject object) Set a given index to the given object.default <T extends AstArray>
TAstArray.set
(int index, ReadOnlyAstObject object) Set a given index to the given object.default <T extends AstObject>
TAstObject.setObject
(String key, ReadOnlyAstObject object) Set a given key to the given object.static Object
AST.unwrapNativeObject
(ReadOnlyAstObject astObject, NativeAstFactoryProvider factory) AstCloneVisitor.visitAstObject
(ReadOnlyAstObject astObject) AstVisitor.visitAstObject
(ReadOnlyAstObject astObject) protected Object
AstCloneVisitor.visitKeyValue
(String key, Object value, int keyIndex, int keyCount, ReadOnlyAstObject astObject) protected Object
AstVisitor.visitKeyValue
(String key, Object value, int keyIndex, int keyCount, ReadOnlyAstObject astObject) Constructors in dev.webfx.platform.ast with parameters of type ReadOnlyAstObjectModifierConstructorDescriptionImmutableAstObject
(ReadOnlyAstObject wrappedObject) ReadOnlyAstObjectWrapper
(ReadOnlyAstObject wrappedObject) ReadOnlyMergedAstObject
(boolean deepMerge, ReadOnlyAstObject... astObjectsToMerge) -
Uses of ReadOnlyAstObject in dev.webfx.platform.ast.json
Methods in dev.webfx.platform.ast.json that return ReadOnlyAstObjectModifier and TypeMethodDescriptionstatic ReadOnlyAstObject
Json.parseObject
(String text) static ReadOnlyAstObject
Json.parseObjectSilently
(String text) -
Uses of ReadOnlyAstObject in dev.webfx.platform.ast.json.formatter
Methods in dev.webfx.platform.ast.json.formatter with parameters of type ReadOnlyAstObject -
Uses of ReadOnlyAstObject in dev.webfx.platform.ast.json.parser
Methods in dev.webfx.platform.ast.json.parser that return ReadOnlyAstObject -
Uses of ReadOnlyAstObject in dev.webfx.platform.ast.spi.factory.impl.generic
Classes in dev.webfx.platform.ast.spi.factory.impl.generic that implement ReadOnlyAstObject -
Uses of ReadOnlyAstObject in dev.webfx.platform.ast.spi.factory.impl.vertx
Methods in dev.webfx.platform.ast.spi.factory.impl.vertx with parameters of type ReadOnlyAstObjectModifier and TypeMethodDescriptionVertxAstFactoryProvider.astToNativeObject
(ReadOnlyAstObject astObjectFromThisFactory) boolean
VertxAstFactoryProvider.isAstObjectFromThisFactory
(ReadOnlyAstObject astObject) -
Uses of ReadOnlyAstObject in dev.webfx.platform.ast.spi.factory.nativeast
Subinterfaces of ReadOnlyAstObject in dev.webfx.platform.ast.spi.factory.nativeastMethods in dev.webfx.platform.ast.spi.factory.nativeast that return ReadOnlyAstObjectModifier and TypeMethodDescriptiondefault ReadOnlyAstObject
NativeAstArray.getObject
(int index) Return the ith element of the array as a JsonObject.default ReadOnlyAstObject
NativeAstFactoryProvider.nativeToReadOnlyAstObject
(Object nativeObject) Methods in dev.webfx.platform.ast.spi.factory.nativeast with parameters of type ReadOnlyAstObjectModifier and TypeMethodDescriptionNativeAstFactoryProvider.astToNativeObject
(ReadOnlyAstObject astObjectFromThisFactory) boolean
NativeAstFactoryProvider.isAstObjectFromThisFactory
(ReadOnlyAstObject astObject) default NativeAstArray
NativeAstArray.push
(ReadOnlyAstObject object) Set a given index to the given object.default NativeAstArray
NativeAstArray.set
(int index, ReadOnlyAstObject object) Set a given index to the given object.default <T extends AstObject>
TNativeAstObject.setObject
(String key, ReadOnlyAstObject object) Set a given key to the given object. -
Uses of ReadOnlyAstObject in dev.webfx.platform.ast.spi.formatter
Methods in dev.webfx.platform.ast.spi.formatter with parameters of type ReadOnlyAstObjectModifier and TypeMethodDescriptiondefault String
AstFormatterProvider.formatObject
(ReadOnlyAstObject astObject) -
Uses of ReadOnlyAstObject in dev.webfx.platform.ast.spi.parser
Methods in dev.webfx.platform.ast.spi.parser that return ReadOnlyAstObjectModifier and TypeMethodDescriptiondefault ReadOnlyAstObject
AstParserProvider.parseObject
(String text) -
Uses of ReadOnlyAstObject in dev.webfx.platform.ast.spi.parser.impl.properties
Methods in dev.webfx.platform.ast.spi.parser.impl.properties that return ReadOnlyAstObject -
Uses of ReadOnlyAstObject in dev.webfx.platform.ast.yaml
Methods in dev.webfx.platform.ast.yaml that return ReadOnlyAstObject -
Uses of ReadOnlyAstObject in dev.webfx.platform.ast.yaml.parser
Methods in dev.webfx.platform.ast.yaml.parser that return ReadOnlyAstObject -
Uses of ReadOnlyAstObject in dev.webfx.platform.conf
Subinterfaces of ReadOnlyAstObject in dev.webfx.platform.conf -
Uses of ReadOnlyAstObject in dev.webfx.platform.conf.impl
Classes in dev.webfx.platform.conf.impl that implement ReadOnlyAstObjectConstructors in dev.webfx.platform.conf.impl with parameters of type ReadOnlyAstObjectModifierConstructorDescriptionChildConfig
(Config parentConfig, ReadOnlyAstObject childAstObject) ConfigImpl
(ReadOnlyAstObject configAstObject, Config parentConfig) RootConfig
(ReadOnlyAstObject rootAstObject) -
Uses of ReadOnlyAstObject in dev.webfx.platform.fetch.json
Methods in dev.webfx.platform.fetch.json that return types with arguments of type ReadOnlyAstObjectModifier and TypeMethodDescriptionstatic Future<ReadOnlyAstObject>
JsonFetch.fetchJsonObject
(String url) static Future<ReadOnlyAstObject>
JsonFetch.fetchJsonObject
(String url, FetchOptions fetchOptions) -
Uses of ReadOnlyAstObject in dev.webfx.platform.windowhistory.spi
Methods in dev.webfx.platform.windowhistory.spi with parameters of type ReadOnlyAstObjectModifier and TypeMethodDescriptionBrowsingHistory.createHistoryLocation
(String path, ReadOnlyAstObject state) BrowsingHistory.createPathStateLocation
(String path, ReadOnlyAstObject state) default void
BrowsingHistory.push
(String path, ReadOnlyAstObject state) Push a new entry onto the history stack.default void
BrowsingHistory.replace
(String path, ReadOnlyAstObject state) Replace the current entry on the history stack. -
Uses of ReadOnlyAstObject in dev.webfx.platform.windowhistory.spi.impl
Methods in dev.webfx.platform.windowhistory.spi.impl with parameters of type ReadOnlyAstObjectModifier and TypeMethodDescriptionBrowsingHistoryBase.createHistoryLocation
(String path, ReadOnlyAstObject state) BrowsingHistoryBase.createPathStateLocation
(String path, ReadOnlyAstObject state)