See: Description
| Interface | Description |
|---|---|
| Rule<T,R> |
Represents a JSON Schema rule (production from JSON Schema).
|
| Class | Description |
|---|---|
| AdditionalPropertiesRule |
Applies the "additionalProperties" JSON schema rule.
|
| ArrayRule |
Applies the "type":"array" schema rule.
|
| DefaultRule |
Applies the "enum" schema rule.
|
| DescriptionRule |
Applies the "description" schema property.
|
| EnumRule |
Applies the "enum" schema rule.
|
| FormatRule |
Applies the "format" schema rule.
|
| MediaRule |
Applies the "media" hyper schema rule.
|
| MinimumMaximumRule | |
| MinItemsMaxItemsRule | |
| MinLengthMaxLengthRule | |
| ObjectRule |
Applies the generation steps required for schemas of type "object".
|
| PatternRule | |
| PrimitiveTypes |
Helper for checking and creating primitive type references during code
generation.
|
| PropertiesRule |
Applies the "properties" schema rule.
|
| PropertyRule |
Applies the schema rules that represent a property definition.
|
| RequiredArrayRule |
Applies the "required" JSON schema rule.
|
| RequiredRule |
Applies the "required" schema rule.
|
| RuleFactory |
Provides factory/creation methods for the code generation rules.
|
| SchemaRule |
Applies a JSON schema.
|
| TitleRule |
Applies the "title" property property.
|
| TypeRule |
Applies the "type" schema rule.
|
| ValidRule |
Copyright © 2015. All rights reserved.