Package dev.enola.common.yamljson
Class YAML
java.lang.Object
dev.enola.common.yamljson.YAML
Deprecated.
YAML Utility.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidread(ReadableResource yaml, Consumer<Iterable> itery) Deprecated.static Iterable<?> Deprecated.static voidreadSingleMap(ReadableResource yaml, Consumer<Map<?, ?>> mappy) Deprecated.static Map<?, ?> readSingleMap(String yaml) Deprecated.static StringDeprecated.static voidwrite(Object object, WritableResource yaml) Deprecated.
-
Method Details
-
read
Deprecated. -
readSingleMap
Deprecated. -
read
@Deprecated public static void read(ReadableResource yaml, Consumer<Iterable> itery) throws IOException Deprecated.- Throws:
IOException
-
readSingleMap
@Deprecated public static void readSingleMap(ReadableResource yaml, Consumer<Map<?, ?>> mappy) throws IOExceptionDeprecated.- Throws:
IOException
-
write
Deprecated. -
write
Deprecated.- Throws:
IOException
-
dev.enola.common.io.object.jackson.YamlObjectReaderWriterand/ordev.enola.common.jackson.ObjectMappersinstead.