| 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
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRuleLogger |
class |
NoopRuleLogger |
| Modifier and Type | Field and Description |
|---|---|
protected RuleLogger |
SchemaStore.logger |
| Modifier and Type | Method and Description |
|---|---|
static void |
Jsonschema2Pojo.generate(GenerationConfig config,
RuleLogger logger)
Reads the contents of the given source and initiates schema generation.
|
| Constructor and Description |
|---|
SchemaStore(ContentResolver contentResolver,
RuleLogger logger) |
| Modifier and Type | Method and Description |
|---|---|
RuleLogger |
RuleFactory.getLogger()
Provides a rule logger that abstracts the logging method of invoking frameworks
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleFactory.setLogger(RuleLogger logger)
The logger the factory will provide to rules.
|
Copyright © 2023. All rights reserved.