Class JavaMapSchema
-
- All Implemented Interfaces:
-
dev.drtheo.autojson.schema.base.ObjectSchema,dev.drtheo.autojson.schema.base.Schema
public class JavaMapSchema<K, V> extends AbstractMapSchema<K, V>
The default implementation of AbstractMapSchema. Consider extending it instead of this class.
-
-
Constructor Summary
Constructors Constructor Description JavaMapSchema(SchemaHolder holder, ParameterizedType type)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class dev.drtheo.autojson.schema.util.AbstractMapSchema
deserialize, instantiate, serialize -
Methods inherited from class dev.drtheo.autojson.schema.base.ObjectSchema
deserialize, instantiate, serialize, serialize, type -
Methods inherited from class dev.drtheo.autojson.schema.base.Schema
asArray, asObject, asPrimitive, asWrapper, createInstance -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
JavaMapSchema
JavaMapSchema(SchemaHolder holder, ParameterizedType type)
-
-
-
-