Package org.opensearch.client.json
Class JsonpMapperBase.JsonpSerializableSerializer<T extends JsonpSerializable>
- java.lang.Object
-
- org.opensearch.client.json.JsonpMapperBase.JsonpSerializableSerializer<T>
-
- All Implemented Interfaces:
JsonpSerializer<T>
- Enclosing class:
- JsonpMapperBase
protected static class JsonpMapperBase.JsonpSerializableSerializer<T extends JsonpSerializable> extends java.lang.Object implements JsonpSerializer<T>
-
-
Field Summary
Fields Modifier and Type Field Description protected static JsonpSerializer<?>
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description protected
JsonpSerializableSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
serialize(T value, jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
-
-
Field Detail
-
INSTANCE
protected static final JsonpSerializer<?> INSTANCE
-
-
Method Detail
-
serialize
public void serialize(T value, jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
- Specified by:
serialize
in interfaceJsonpSerializer<T extends JsonpSerializable>
-
-