Class JavaMapSchema<K,V>

java.lang.Object
dev.drtheo.autojson.schema.util.AbstractMapSchema<K,V>
dev.drtheo.autojson.schema.template.JavaMapSchema<K,V>
All Implemented Interfaces:
ObjectSchema<Map<K,V>>, Schema<Map<K,V>>

public class JavaMapSchema<K,V> extends AbstractMapSchema<K,V>
The default implementation of AbstractMapSchema. Consider extending it instead of this class.