public class JsonCustomTable extends JsonTable
Like base class JsonTable,
occurs within JsonMapSchema.tables.
Description of schema elements| Modifier and Type | Field and Description |
|---|---|
String |
factory
Name of the factory class for this table.
|
@Nullable Map<String,Object> |
operand
Contains attributes to be passed to the factory.
|
| Constructor and Description |
|---|
JsonCustomTable(String name,
JsonStream stream,
String factory,
@Nullable Map<String,Object> operand) |
public final String factory
Required. Must implement interface
TableFactory and have a public default
constructor.
public void accept(ModelHandler handler)
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.