Class JsonpMapperBase.JsonpSerializableSerializer<T extends JsonpSerializable>

java.lang.Object
co.elastic.clients.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

    Modifier and Type Method Description
    void serialize​(T value, jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • JsonpSerializableSerializer

      protected JsonpSerializableSerializer()
  • Method Details