Package Hierarchies:
Class Hierarchy
- java.lang.Object
- org.apache.maven.plugin.AbstractMojo (implements org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo)
- io.github.torand.jsonschema2java.collectors.BaseCollector
- io.github.torand.jsonschema2java.writers.BaseWriter (implements java.lang.AutoCloseable)
- io.github.torand.jsonschema2java.writers.java.JavaEnumWriter (implements io.github.torand.jsonschema2java.writers.EnumWriter)
- io.github.torand.jsonschema2java.writers.java.JavaPojoWriter (implements io.github.torand.jsonschema2java.writers.PojoWriter)
- io.github.torand.jsonschema2java.writers.kotlin.KotlinEnumWriter (implements io.github.torand.jsonschema2java.writers.EnumWriter)
- io.github.torand.jsonschema2java.writers.kotlin.KotlinPojoWriter (implements io.github.torand.jsonschema2java.writers.PojoWriter)
- io.github.torand.jsonschema2java.utils.CollectionHelper
- io.github.torand.jsonschema2java.model.EnumInfo
- io.github.torand.jsonschema2java.utils.Exceptions
- io.github.torand.jsonschema2java.collectors.Extensions
- io.github.torand.jsonschema2java.utils.JsonSchemaDef
- io.github.torand.jsonschema2java.utils.KotlinTypeMapper
- io.github.torand.jsonschema2java.generators.ModelGenerator
- io.github.torand.jsonschema2java.generators.Options
- io.github.torand.jsonschema2java.model.PojoInfo
- io.github.torand.jsonschema2java.model.PropertyInfo
- io.github.torand.jsonschema2java.collectors.SchemaResolver
- io.github.torand.jsonschema2java.utils.StringHelper
- io.github.torand.jsonschema2java.model.TypeInfo
- io.github.torand.jsonschema2java.writers.WriterFactory