Class String2ObjectMapSchema
-
- All Implemented Interfaces:
-
dev.drtheo.autojson.schema.base.ObjectSchema,dev.drtheo.autojson.schema.base.Schema
public class String2ObjectMapSchema<V> extends AbstractMapSchema<K, V>
-
-
Constructor Summary
Constructors Constructor Description String2ObjectMapSchema(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
-
String2ObjectMapSchema
String2ObjectMapSchema(SchemaHolder holder, ParameterizedType type)
-
-
-
-