| java.lang.Object org.jvyamlb.YAML
YAML | public class YAML (Code) | | The combinatorial explosion class.
author: Ola Bini |
Method Summary | |
public static YAMLConfig | config() | public static YAMLConfig | defaultConfig() | public static ByteList | dump(Object data) | public static ByteList | dump(Object data, YAMLFactory fact) | public static ByteList | dump(Object data, YAMLConfig cfg) | public static ByteList | dump(Object data, YAMLFactory fact, YAMLConfig cfg) | public static void | dump(Object data, OutputStream output) | public static void | dump(Object data, OutputStream output, YAMLFactory fact) | public static void | dump(Object data, OutputStream output, YAMLConfig cfg) | public static void | dump(Object data, OutputStream output, YAMLFactory fact, YAMLConfig cfg) | public static ByteList | dumpAll(List data) | public static ByteList | dumpAll(List data, YAMLFactory fact) | public static ByteList | dumpAll(List data, YAMLConfig cfg) | public static ByteList | dumpAll(List data, YAMLFactory fact, YAMLConfig cfg) | public static void | dumpAll(List data, OutputStream output) | public static void | dumpAll(List data, OutputStream output, YAMLFactory fact) | public static void | dumpAll(List data, OutputStream output, YAMLConfig cfg) | public static void | dumpAll(List data, OutputStream output, YAMLFactory fact, YAMLConfig cfg) | public static Object | load(ByteList io) | public static Object | load(InputStream io) | public static Object | load(ByteList io, YAMLConfig cfg) | public static Object | load(InputStream io, YAMLConfig cfg) | public static Object | load(ByteList io, YAMLFactory fact, YAMLConfig cfg) | public static Object | load(InputStream io, YAMLFactory fact, YAMLConfig cfg) | public static List | loadAll(ByteList io) | public static List | loadAll(InputStream io) | public static List | loadAll(ByteList io, YAMLConfig cfg) | public static List | loadAll(InputStream io, YAMLConfig cfg) | public static List | loadAll(ByteList io, YAMLFactory fact, YAMLConfig cfg) | public static List | loadAll(InputStream io, YAMLFactory fact, YAMLConfig cfg) | public static void | main(String[] args) |
DEFAULT_MAPPING_TAG | final public static String DEFAULT_MAPPING_TAG(Code) | | |
DEFAULT_SCALAR_TAG | final public static String DEFAULT_SCALAR_TAG(Code) | | |
DEFAULT_SEQUENCE_TAG | final public static String DEFAULT_SEQUENCE_TAG(Code) | | |
ESCAPE_REPLACEMENTS | final public static Map ESCAPE_REPLACEMENTS(Code) | | |
|
|