public class JsonMapSchema extends JsonSchema
Like the base class JsonSchema,
occurs within JsonRoot.schemas.
Description of JSON schema elementsJsonSchema.Type| Modifier and Type | Field and Description |
|---|---|
List<JsonFunction> |
functions
Functions in this schema.
|
List<JsonTable> |
tables
Tables in this schema.
|
cache, lattices, materializations, name, path| Constructor and Description |
|---|
JsonMapSchema() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ModelHandler handler) |
void |
visitChildren(ModelHandler modelHandler) |
public final List<JsonFunction> functions
The list may be empty.
public void accept(ModelHandler handler)
accept in class JsonSchemapublic void visitChildren(ModelHandler modelHandler)
visitChildren in class JsonSchemaCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.