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
TranslatorException
public static String getDocumentAttributeName(Column column, boolean nested, RuntimeMetadata metadata) throws TranslatorException
TranslatorException
public static TeiidTableMarsheller getMarshaller(Table table, RuntimeMetadata metadata) throws TranslatorException
TranslatorException
public static TeiidTableMarsheller getMarshaller(Table table, RuntimeMetadata metadata, DocumentFilter filter) throws TranslatorException
TranslatorException
Copyright © 2019. All rights reserved.