Class String2ObjectMapSchema<V>
java.lang.Object
dev.drtheo.autojson.schema.util.AbstractMapSchema<String,V>
dev.drtheo.autojson.schema.template.String2ObjectMapSchema<V>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected <To> StringdecodeKey(JsonAdapter<Object, To> adapter, String key) protected <To> StringencodeKey(JsonAdapter<Object, To> adapter, String key) protected StringSchema<String>findKeySchema(SchemaHolder holder, Class<String> type) Methods inherited from class dev.drtheo.autojson.schema.util.AbstractMapSchema
deserialize, 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
-
String2ObjectMapSchema
-
-
Method Details
-
findKeySchema
- Overrides:
findKeySchemain classAbstractMapSchema<String,V>
-
encodeKey
- Overrides:
encodeKeyin classAbstractMapSchema<String,V>
-
decodeKey
- Overrides:
decodeKeyin classAbstractMapSchema<String,V>
-