Class ToStringThingIntoAppendableConverter

java.lang.Object
dev.enola.thing.io.ToStringThingIntoAppendableConverter
All Implemented Interfaces:
ConverterInto<Thing,Appendable>, ConverterIntoAppendable<Thing>, ThingIntoAppendableConverter

Converts a Thing to a Appendable using internal technical toString().

Only intended for debugging and testing, and as a fallback when no other implementation is available. Prefer using e.g. the JavaThingIntoRdfAppendableConverter for real world production use.