public class JsonCustomSchema extends JsonMapSchema
Like the base class JsonSchema,
occurs within JsonRoot.schemas.
Description of schema elementsJsonSchema.Type| Modifier and Type | Field and Description |
|---|---|
String |
factory
Name of the factory class for this schema.
|
Map<String,Object> |
operand
Contains attributes to be passed to the factory.
|
functions, tablescache, lattices, materializations, name, path| Constructor and Description |
|---|
JsonCustomSchema() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ModelHandler handler) |
String |
toString() |
visitChildrenpublic String factory
Required. Must implement interface
SchemaFactory and have a public default
constructor.
public void accept(ModelHandler handler)
accept in class JsonMapSchemaCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.