Class String2ObjectMapSchema<V>

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

public class String2ObjectMapSchema<V> extends AbstractMapSchema<String,V>