All Classes and Interfaces

Class
Description
A class implementing a BlockContext interface represents a transformer from a primitive value / sequence / mapping representation as declared in YAML format into a Java object of type V, with ability to produce the resulting instance of parsing.
 
 
 
A special stack suited for tracking the parser of a block language, and maintaining contextual information for block nesting position in the YAML file.
 
 
MapStorage implementation used with the file map storage.
File-based MapStorageProvider implementation.
A MapStorageProviderFactory that creates file-based MapStorageProviders.
BlockContext which handles any entity accompanied with EntityField field getters and setters, namely Map*Entity classes.
 
 
 
Block context which suitable for properties stored in a Map<String, List<String>> which accepts string mapping key, and entry value is recognized both as a plain value (converted to string) or a list of values
 
Class implementing this interface defines mechanism for writing basic structures: primitive types, sequences and maps.
 
Mechanism which produces Events for SnakeYaml v2 Emitter.