| Package | Description |
|---|---|
| com.github.fge.jsonschema.metaschema |
Metaschema data
|
| Modifier and Type | Method and Description |
|---|---|
static BuiltinSchemas |
BuiltinSchemas.byDefault()
Return the default metaschema (currently
DRAFTV3_HYPERSCHEMA |
static BuiltinSchemas |
BuiltinSchemas.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuiltinSchemas[] |
BuiltinSchemas.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static MetaSchema.Builder |
MetaSchema.basedOn(BuiltinSchemas builtin)
Return a new builder based on an existing, builtin metaschema
|
static MetaSchema |
MetaSchema.copyOf(BuiltinSchemas builtin)
Return a complete copy of a builtin metaschema
|
Copyright © 2013. All Rights Reserved.