Package dev.enola.thing.gen
Interface ThingsIntoAppendableConverter
- All Superinterfaces:
ConverterInto<Iterable<Thing>,,Appendable> ConverterIntoAppendable<Iterable<Thing>>
- All Known Implementing Classes:
GexfGenerator,GraphCommonsJsonGenerator,GraphvizGenerator,VisJsTimelineGenerator
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidconvertIntoOrThrow(Iterable<Thing> things, WritableResource into) default StringMethods inherited from interface dev.enola.common.convert.ConverterInto
convertIntoOrThrowMethods inherited from interface dev.enola.common.convert.ConverterIntoAppendable
convertInto
-
Method Details
-
convertIntoOrThrow
default void convertIntoOrThrow(Iterable<Thing> things, WritableResource into) throws ConversionException, IOException - Throws:
ConversionExceptionIOException
-
label
-