org.omnaest.utils.structure.table.serializer.marshaller
Class TableMarshallerPlainText.TableToStringConverter
java.lang.Object
org.omnaest.utils.structure.table.serializer.marshaller.TableMarshallerPlainText.TableToStringConverter
- Enclosing class:
- TableMarshallerPlainText<E>
protected class TableMarshallerPlainText.TableToStringConverter
- extends Object
Converter for a table
- Author:
- Omnaest
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
table
protected Table<E> table
TableMarshallerPlainText.TableToStringConverter
public TableMarshallerPlainText.TableToStringConverter(Table<E> table)
- Parameters:
table -
appendTableTo
public void appendTableTo(Appendable appendable)
- Converts the table to a string representation
Copyright © 2011. All Rights Reserved.