Package org.jsonschema2pojo.rules
package org.jsonschema2pojo.rules
Provides the schema rules which can be 'applied' to perform the code
generation steps associated with JSON schema nodes
-
ClassDescriptionApplies the "additionalProperties" JSON schema rule.Applies the "type":"array" schema rule.Applies the "$comment" schema property from json-schema-07.Applies the "default" schema rule.Applies the "description" schema property.Adds methods for dynamically getting, setting, and building properties.Applies the "enum" schema rule.Applies the "format" schema rule.Applies the "media" hyper schema rule.Applies the "required" schema rule.Applies the generation steps required for schemas of type "object".Helper for checking and creating primitive type references during code generation.Applies the "properties" schema rule.Applies the schema rules that represent a property definition.Applies the "required" JSON schema rule.Applies the "required" schema rule.Rule<T,
R> Represents a JSON Schema rule (production from JSON Schema).Provides factory/creation methods for the code generation rules.Applies a JSON schema.Applies the "title" property property.Applies the "type" schema rule.Applies the@Validannotation to fields that require cascading validation.