Package dev.drtheo.autojson.schema
Class UUIDSchema
-
- All Implemented Interfaces:
-
dev.drtheo.autojson.schema.base.PrimitiveSchema,dev.drtheo.autojson.schema.base.Schema,dev.drtheo.autojson.schema.util.StringSchema
public class UUIDSchema implements StringSchema<T>
-
-
Constructor Summary
Constructors Constructor Description UUIDSchema()
-
Method Summary
Modifier and Type Method Description <To> Stringserialize(JsonAdapter<Object, To> auto, UUID uuid)<To> UUIDdeserialize(JsonAdapter<Object, To> auto, String s)-
Methods inherited from class dev.drtheo.autojson.schema.util.StringSchema
deserialize, serialize -
Methods inherited from class dev.drtheo.autojson.schema.base.PrimitiveSchema
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
-
-
Method Detail
-
deserialize
<To> UUID deserialize(JsonAdapter<Object, To> auto, String s)
-
-
-
-