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>>
The default implementation of
AbstractMapSchema.
Consider extending it instead of this class.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.drtheo.autojson.schema.util.AbstractMapSchema
decodeKey, deserialize, encodeKey, findKeySchema, instantiate, serializeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.drtheo.autojson.schema.base.ObjectSchema
serialize, typeMethods inherited from interface dev.drtheo.autojson.schema.base.Schema
asArray, asObject, asPrimitive, asWrapper
-
Constructor Details
-
JavaMapSchema
-