public class JsonSchema extends Object
Modifier and Type | Class and Description |
---|---|
protected static class |
JsonSchema.AnyConverter |
protected static class |
JsonSchema.ArrayConverter |
protected static class |
JsonSchema.BooleanConverter |
protected static class |
JsonSchema.IntegerConverter |
protected static class |
JsonSchema.NullConverter |
protected static class |
JsonSchema.NumberConverter |
protected static class |
JsonSchema.ObjectConverter |
protected static class |
JsonSchema.StringConverter |
static class |
JsonSchema.Type
The enumeration representing the standard types used in the JSON Schema (draft) specification.
|
protected static class |
JsonSchema.UnionConverter |
protected static class |
JsonSchema.UnknownConverter |
protected static interface |
JsonSchema.ValueConverter<OutputType> |
static class |
JsonSchema.Version |
Constructor and Description |
---|
JsonSchema() |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.