Class StringConverter

java.lang.Object
org.asciidoctor.converter.AbstractConverter<String>
org.asciidoctor.converter.StringConverter
All Implemented Interfaces:
Converter<String>, OutputFormatWriter<String>, Logging, LogHandler

public abstract class StringConverter extends AbstractConverter<String>
The base class for simple converters that convert to strings. If the result should be written to a stream or file it is encoded with the UTF-8 encoding.