Package org.asciidoctor.converter
@Export
package org.asciidoctor.converter
-
ClassDescriptionAn abstract base class for Java based converters.Converter<T>Assigns a default backend name to a converter so that it is not required to define the backend name at registration time.A Java converter also has to be an OutputFormatWriter that writes the converted content to a stream.The base class for simple converters that convert to strings.