public class MetadataBase<I extends Iced,S extends MetadataBase<I,S>> extends RequestSchema<I,MetadataBase<I,S>>
Schema.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 |
RouteBase[] |
routes |
java.lang.String |
schemaname |
SchemaMetadataBase[] |
schemas |
_exclude_fields
Constructor and Description |
---|
MetadataBase() |
createAndFillImpl, createImpl, fillFromImpl, fillFromParms, fillFromParms, fillImpl, get__meta, getExperimentalVersion, getHighestSupportedVersion, getImplClass, getImplClass, getLatestVersion, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, registerAllSchemasIfNecessary, schema, schema, schemaClass, schemaClass, schemas, setField
asBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonString, write, writeExternal, writeJSON
@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 SchemaMetadataBase[] schemas