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 . |
clone
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
convertAll