public class GenericTableSchema extends TableSchema<GenericTableSchema>
| Constructor and Description | 
|---|
GenericTableSchema()  | 
GenericTableSchema(String tableName)  | 
GenericTableSchema(TableSchema tableSchema)  | 
| Modifier and Type | Method and Description | 
|---|---|
GenericTableSchema | 
fromJson(String tableName,
        com.fasterxml.jackson.databind.JsonNode json)  | 
as, column, column, createRow, createRows, getColumns, getColumnSchemas, getColumnType, getName, hasColumn, insert, multiValuedColumn, multiValuedColumn, populateInternallyGeneratedColumns, setColumns, setName, updatesFromJsonpublic GenericTableSchema()
public GenericTableSchema(String tableName)
public GenericTableSchema(TableSchema tableSchema)
public GenericTableSchema fromJson(String tableName, com.fasterxml.jackson.databind.JsonNode json)
Copyright © 2018 OpenDaylight. All rights reserved.