Class Hierarchy
- java.lang.Object
- dev.drtheo.autojson.schema.util.AbstractMapSchema<K,
V> (implements dev.drtheo.autojson.schema.base.ObjectSchema<T>) - dev.drtheo.autojson.schema.template.JavaMapSchema<K,
V> - dev.drtheo.autojson.schema.template.String2ObjectMapSchema<V>
- dev.drtheo.autojson.schema.template.JavaMapSchema<K,
- dev.drtheo.autojson.schema.template.JavaArraySchema<T,
E> (implements dev.drtheo.autojson.schema.base.ArraySchema<T, Intermediary>) - dev.drtheo.autojson.schema.template.JavaEnumSchemaFastMap<T> (implements dev.drtheo.autojson.schema.base.PrimitiveSchema<T>)
- dev.drtheo.autojson.schema.template.JavaEnumSchemaSimple<T> (implements dev.drtheo.autojson.schema.base.PrimitiveSchema<T>)
- dev.drtheo.autojson.schema.template.JavaListSchema<T> (implements dev.drtheo.autojson.schema.base.ArraySchema.Simple<T>)
- dev.drtheo.autojson.schema.template.JavaSetSchema<T> (implements dev.drtheo.autojson.schema.base.ArraySchema.Simple<T>)
- dev.drtheo.autojson.schema.util.AbstractMapSchema<K,