public class MarshallerBuilder extends Object
| Constructor and Description |
|---|
MarshallerBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getDocumentAttributeName(Column column,
boolean nested,
RuntimeMetadata metadata) |
static TeiidTableMarsheller |
getMarshaller(Table table,
RuntimeMetadata metadata) |
static TeiidTableMarsheller |
getMarshaller(Table table,
RuntimeMetadata metadata,
DocumentFilter filter) |
static TreeMap<Integer,TableWireFormat> |
getWireMap(Table parentTbl,
RuntimeMetadata metadata) |
public static TreeMap<Integer,TableWireFormat> getWireMap(Table parentTbl, RuntimeMetadata metadata) throws TranslatorException
TranslatorExceptionpublic static String getDocumentAttributeName(Column column, boolean nested, RuntimeMetadata metadata) throws TranslatorException
TranslatorExceptionpublic static TeiidTableMarsheller getMarshaller(Table table, RuntimeMetadata metadata) throws TranslatorException
TranslatorExceptionpublic static TeiidTableMarsheller getMarshaller(Table table, RuntimeMetadata metadata, DocumentFilter filter) throws TranslatorException
TranslatorExceptionCopyright © 2019. All rights reserved.