Class BulkStatusJsonReader

    • Constructor Detail

      • BulkStatusJsonReader

        public BulkStatusJsonReader()
    • Method Detail

      • readEntity

        public BulkStatus 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<BulkStatus>
        Parameters:
        jn - A JsonNode pointing at the root of the json input.
        Returns:
        The parsed entity.