Package dev.drtheo.autojson.adapter
Interface JsonSerializationContext.Primitive
-
- All Implemented Interfaces:
-
dev.drtheo.autojson.SchemaHolder,dev.drtheo.autojson.adapter.JsonContext
public interface JsonSerializationContext.Primitive implements JsonContext
-
-
Method Summary
Modifier and Type Method Description voidprimitive$value(Object value)<T> voidprimitive$value(T value, Type type)abstract <T> voidprimitive$value(T value, Type type, PrimitiveSchema<T> schema)abstract JsonSerializationContext.Builtprimitive$build()-
Methods inherited from class dev.drtheo.autojson.adapter.JsonContext
auto, schema, schemaHolder -
Methods inherited from class dev.drtheo.autojson.SchemaHolder
schema -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
primitive$value
void primitive$value(Object value)
-
primitive$value
<T> void primitive$value(T value, Type type)
-
primitive$value
abstract <T> void primitive$value(T value, Type type, PrimitiveSchema<T> schema)
-
primitive$build
abstract JsonSerializationContext.Built primitive$build()
-
-
-
-