InputType - The type of input that can be converted to a textual form.OutputType - The type of textual output of the converter. Must implement the
Textual interface.public abstract class AbstractTextualConverter<InputType,OutputType extends Textual> extends AbstractCloneableSerializable implements TextualConverter<InputType,OutputType>
TextualConverter interface.| Constructor and Description |
|---|
AbstractTextualConverter()
Creates a new
AbstractTextualConverter. |
cloneequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvertAll