Uses of Interface
cloud.opencode.base.yml.YmlNode
Packages that use YmlNode
Package
Description
OpenCode Base YML - YAML Processing Library
OpenCode Base YML - YAML 处理库
YML SPI - Service Provider Interface for YAML implementations
YML SPI - YAML 实现的服务提供者接口
-
Uses of YmlNode in cloud.opencode.base.yml
Classes in cloud.opencode.base.yml that implement YmlNodeModifier and TypeClassDescriptionfinal classDefault YmlNode Implementation - Wraps raw YAML data as a node tree 默认 YmlNode 实现 - 将原始 YAML 数据包装为节点树Subinterfaces with type arguments of type YmlNode in cloud.opencode.base.ymlModifier and TypeInterfaceDescriptioninterfaceYAML Node Interface - Represents a node in YAML document tree YAML 节点接口 - 表示 YAML 文档树中的节点Methods in cloud.opencode.base.yml that return YmlNodeModifier and TypeMethodDescriptionGets a node using dot-notation path.DefaultYmlNode.get(int index) YmlNode.get(int index) Gets a child node by index (for sequence nodes).Gets a child node by key (for mapping nodes).static YmlNodeDefaultYmlNode.nullNode()Creates a null node.static YmlNodeCreates a node from a raw value.static YmlNodeCreates a YmlNode from the given value.static YmlNodeParses YAML to a node tree.Methods in cloud.opencode.base.yml that return types with arguments of type YmlNode -
Uses of YmlNode in cloud.opencode.base.yml.spi
Methods in cloud.opencode.base.yml.spi that return YmlNode