public final class MetadataV3 extends SchemaV3<Iced,MetadataV3>
SchemaV3.Meta
Modifier and Type | Field and Description |
---|---|
java.lang.String |
classname |
java.lang.String |
http_method |
java.lang.String |
markdown |
int |
num |
java.lang.String |
path |
RouteV3[] |
routes |
java.lang.String |
schemaname |
SchemaMetadataV3[] |
schemas |
__meta, _exclude_fields
Constructor and Description |
---|
MetadataV3() |
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromImpl, fillFromImpl, fillFromParms, fillFromParms, fillImpl, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonString, write, writeExternal
@API(help="HTTP method (GET, POST, DELETE) if fetching by path", json=false) public java.lang.String http_method
@API(help="Class name, for fetching docs for a schema (DEPRECATED)", json=false) public java.lang.String classname
@API(help="Schema name (e.g., DocsV1), for fetching docs for a schema", json=false) public java.lang.String schemaname
@API(help="List of schemas", direction=OUTPUT) public SchemaMetadataV3[] schemas