public class JsonType extends Object
Occurs within JsonMapSchema.tables.
Description of schema elements| Modifier and Type | Field and Description |
|---|---|
List<JsonTypeAttribute> |
attributes
Definition of the attributes of this type.
|
String |
name
Name of this type.
|
String |
type
Type if this is not a struct.
|
| Constructor and Description |
|---|
JsonType() |
public String name
Required.
public String type
public final List<JsonTypeAttribute> attributes
public void accept(ModelHandler handler)
Copyright © 2012-2020 Apache Software Foundation. All Rights Reserved.