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

Packages that use TableUnmarshaller
org.omnaest.utils.structure.table.concrete.internal.serializer   
org.omnaest.utils.structure.table.concrete.internal.serializer.executor   
org.omnaest.utils.structure.table.serializer.unmarshaller   
org.omnaest.utils.structure.table.subspecification   
 

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

Methods in org.omnaest.utils.structure.table.concrete.internal.serializer with parameters of type TableUnmarshaller
 TableSerializable.TableSerializer.TableUnmarshallerExecutor<E> TableSerializerImpl.unmarshal(TableUnmarshaller<E> tableUnmarshaller)
           
 

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

Fields in org.omnaest.utils.structure.table.concrete.internal.serializer.executor declared as TableUnmarshaller
protected  TableUnmarshaller<E> TableUnmarshallerExecutorAbstract.tableUnmarshaller
           
 

Constructors in org.omnaest.utils.structure.table.concrete.internal.serializer.executor with parameters of type TableUnmarshaller
TableUnmarshallerExecutorAbstract(TableUnmarshaller<E> tableUnmarshaller, Table<E> table)
           
TableUnmarshallerExecutorImpl(TableUnmarshaller<E> tableUnmarshaller, Table<E> table)
           
 

Uses of TableUnmarshaller in org.omnaest.utils.structure.table.serializer.unmarshaller
 

Classes in org.omnaest.utils.structure.table.serializer.unmarshaller that implement TableUnmarshaller
 class TableUnmarshallerCSV<E>
           
 class TableUnmarshallerPlainText<E>
           
 class TableUnmarshallerXLS<E>
           
 class TableUnmarshallerXML<E>
           
 

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

Methods in org.omnaest.utils.structure.table.subspecification with parameters of type TableUnmarshaller
 TableSerializable.TableSerializer.TableUnmarshallerExecutor<E> TableSerializable.TableSerializer.unmarshal(TableUnmarshaller<E> tableUnmarshaller)
          Clears the current Table content and fills it with unmarshalled content from a serialized format
 



Copyright © 2011. All Rights Reserved.