Uses of Interface
org.omnaest.utils.structure.table.serializer.TableMarshaller

Packages that use TableMarshaller
org.omnaest.utils.structure.table.concrete.internal.serializer   
org.omnaest.utils.structure.table.concrete.internal.serializer.executor   
org.omnaest.utils.structure.table.serializer.marshaller   
org.omnaest.utils.structure.table.subspecification   
 

Uses of TableMarshaller in org.omnaest.utils.structure.table.concrete.internal.serializer
 

Methods in org.omnaest.utils.structure.table.concrete.internal.serializer with parameters of type TableMarshaller
 TableSerializable.TableSerializer.TableMarshallerExecutor<E> TableSerializerImpl.marshal(TableMarshaller<E> tableMarshaller)
           
 

Uses of TableMarshaller in org.omnaest.utils.structure.table.concrete.internal.serializer.executor
 

Fields in org.omnaest.utils.structure.table.concrete.internal.serializer.executor declared as TableMarshaller
protected  TableMarshaller<E> TableMarshallerExecutorAbstract.tableMarshaller
           
 

Constructors in org.omnaest.utils.structure.table.concrete.internal.serializer.executor with parameters of type TableMarshaller
TableMarshallerExecutorAbstract(TableMarshaller<E> tableMarshaller, Table<E> table)
           
TableMarshallerExecutorImpl(TableMarshaller<E> tableMarshaller, Table<E> table)
           
 

Uses of TableMarshaller in org.omnaest.utils.structure.table.serializer.marshaller
 

Classes in org.omnaest.utils.structure.table.serializer.marshaller that implement TableMarshaller
 class TableMarshallerCSV<E>
           
 class TableMarshallerPlainText<E>
           
 class TableMarshallerXLS<E>
           
 class TableMarshallerXML<E>
           
 

Uses of TableMarshaller in org.omnaest.utils.structure.table.subspecification
 

Methods in org.omnaest.utils.structure.table.subspecification with parameters of type TableMarshaller
 TableSerializable.TableSerializer.TableMarshallerExecutor<E> TableSerializable.TableSerializer.marshal(TableMarshaller<E> tableMarshaller)
          Marshals the underlying Table into a serialized format
 



Copyright © 2011. All Rights Reserved.