| Package | Description |
|---|---|
| org.jsonschema2pojo | |
| org.jsonschema2pojo.rules |
Provides the schema rules which can be 'applied' to perform the code
generation steps associated with JSON schema nodes
|
| Class and Description |
|---|
| AbstractAnnotator
A default implemenation of the Annotator interface that makes it easier t o
plug in different Annotator implemenations.
|
| AnnotationStyle
The style of annotations to be used on generated java types (to allow them to
support whatever kind of binding to JSON is required).
|
| Annotator
Adds annotations to generated types for compatibility with a JSON
serialization library.
|
| CompositeAnnotator
An annotator (implementing the composite pattern) that can be used to compose
many annotators together.
|
| GenerationConfig
Defines the configuration options for Java type generation, including source
and target paths/packages and all behavioural options (e.g should builders be
generated, should primitives be used, etc).
|
| Schema
A JSON Schema document.
|
| SchemaGenerator |
| SourceType
The type of input/source documents given to jsonschema2pojo.
|
| Class and Description |
|---|
| Annotator
Adds annotations to generated types for compatibility with a JSON
serialization library.
|
| GenerationConfig
Defines the configuration options for Java type generation, including source
and target paths/packages and all behavioural options (e.g should builders be
generated, should primitives be used, etc).
|
| Schema
A JSON Schema document.
|
| SchemaStore |
Copyright © 2014. All Rights Reserved.