All Classes and Interfaces

Class
Description
An interface to represents that Node holds an array.
A FileFormat implementation that loading/saving MapNode from/to binary format.
A Node implementation that holds a boolean array.
A Node implementation that holds a boolean value.
A Node implementation that holds a byte array.
A Node implementation that holds a byte value.
A Node implementation that holds a char array.
A Node implementation that holds a char value.
An interface to represent the comment.
An interface indicating that the Node can have the Comment.
An implementation class of the CommentableNode to wrap the non-CommentableNode node and attach the Comment.
A Node implementation that holds a double array.
A Node implementation that holds a double value.
A Node implementation that holds an Enum value.
An interface for loading/saving Nodes from/to files.
A Node implementation that holds a float array.
A Node implementation that holds a float value.
A FileFormat implementation that loading/saving ListNode from/to json files using Gson.
A FileFormat implementation that loading/saving MapNode from/to json files using Gson.
A Node implementation that holds an int array.
A Node implementation that holds a int value.
A FileFormat implementation that loading/saving MapNode from/to json files using Jackson's ObjectMapper.
A Node implementation that represents a List of Nodes.
A Node implementation that holds a long array.
A Node implementation that holds a long value.
A Node implementation that represents a Map (Object - Node).
An interface that holds an object or value
Implementations of Codec for ConfigAPI's Node.
A DecodeError when the Type is Type.Unknown.
A EncodeError when the Node cannot be encoded.
A class that provides serialization of MapNode for Jackson.
A visitor of Nodes.
A Node implementation that represents null.
An interface to represent that Node holds number.
A Node implementation that holds an object.
A FileFormat implementation that loading/saving MapNode from/to properties files.
A Deserializer implementation for deserializing MapNode to Record object.
A Serialization implementation for Record class.
A Serializer implementation for serializing Record object to MapNode.
A utility class that provides methods to copy files contained in a jar.
A Node implementation that holds a short array.
A Node implementation that holds a short value.
An interface that has the comment as a String.
An implementation of NodeVisitor that represents Nodes as String.
An interface to appends an object to StringBuilder.
A builder class of StringNodeVisitor.
An interface that indicates the Node can be represented as a String.
A Node implementation that holds a String value.
An interface to represents that Node holds a value or value-based object.
Results of visiting a Node.
A SimpleComment implementation that holds the block comments in Yaml.
A FileFormat implementation that loading/saving MapNode from/to yaml files.
A builder of YamlFormat.
A SimpleComment implementation that holds the inline comments in Yaml.
A Comment implementation that can have the YamlBlockComment and YamlInlineComment of the node.
A Comment implementation that can have the header and footer of the root node.