org.omnaest.utils.structure.table.serializer.marshaller
Class TableMarshallerPlainText.TableToStringConverter

java.lang.Object
  extended by 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

Field Summary
protected  Table<E> table
           
 
Constructor Summary
TableMarshallerPlainText.TableToStringConverter(Table<E> table)
           
 
Method Summary
 void appendTableTo(Appendable appendable)
          Converts the table to a string representation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

table

protected Table<E> table
Constructor Detail

TableMarshallerPlainText.TableToStringConverter

public TableMarshallerPlainText.TableToStringConverter(Table<E> table)
Parameters:
table -
Method Detail

appendTableTo

public void appendTableTo(Appendable appendable)
Converts the table to a string representation



Copyright © 2011. All Rights Reserved.