Class BulkCommandJsonReader

All Implemented Interfaces:
Marshaller<BulkCommand>, Reader<BulkCommand>

@Setup(mode=SINGLETON, priority=2000) public class BulkCommandJsonReader extends EntityJsonReader<BulkCommand>
Since:
10.2
  • Constructor Details

    • BulkCommandJsonReader

      public BulkCommandJsonReader()
  • Method Details

    • readEntity

      protected BulkCommand readEntity(com.fasterxml.jackson.databind.JsonNode jn)
      Description copied from class: EntityJsonReader
      Implement this method to read the entity.
      Specified by:
      readEntity in class EntityJsonReader<BulkCommand>
      Parameters:
      jn - A JsonNode pointing at the root of the json input.
      Returns:
      The parsed entity.