Class BulkCommandJsonReader

    • Constructor Detail

      • BulkCommandJsonReader

        public BulkCommandJsonReader()
    • Method Detail

      • 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.