| 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 | Method and Description |
|---|---|
Class<? extends RuleFactory> |
DefaultGenerationConfig.getCustomRuleFactory() |
Class<? extends RuleFactory> |
GenerationConfig.getCustomRuleFactory()
Gets the 'customRuleFactory' configuration option.
|
| Constructor and Description |
|---|
SchemaMapper(RuleFactory ruleFactory,
SchemaGenerator schemaGenerator)
Create a schema mapper with the given
RuleFactory. |
| Modifier and Type | Field and Description |
|---|---|
protected RuleFactory |
MediaRule.ruleFactory |
| Constructor and Description |
|---|
AdditionalPropertiesRule(RuleFactory ruleFactory) |
ArrayRule(RuleFactory ruleFactory) |
DefaultRule(RuleFactory ruleFactory) |
EnumRule(RuleFactory ruleFactory) |
FormatRule(RuleFactory ruleFactory) |
MediaRule(RuleFactory ruleFactory)
Constructs a new media rule.
|
MinimumMaximumRule(RuleFactory ruleFactory) |
MinItemsMaxItemsRule(RuleFactory ruleFactory) |
MinLengthMaxLengthRule(RuleFactory ruleFactory) |
ObjectRule(RuleFactory ruleFactory,
ParcelableHelper parcelableHelper) |
PatternRule(RuleFactory ruleFactory) |
PropertiesRule(RuleFactory ruleFactory) |
PropertyRule(RuleFactory ruleFactory) |
RequiredArrayRule(RuleFactory ruleFactory) |
RequiredRule(RuleFactory ruleFactory) |
SchemaRule(RuleFactory ruleFactory) |
TypeRule(RuleFactory ruleFactory) |
ValidRule(RuleFactory ruleFactory) |
Copyright © 2015. All rights reserved.