Class BlobJsonReader

    • Method Detail

      • read

        public Blob read​(com.fasterxml.jackson.databind.JsonNode jn)
                  throws IOException
        Description copied from class: AbstractJsonReader
        Implement this method, read the entity data in the provided JsonNode and return corresponding java object.
        Specified by:
        read in class AbstractJsonReader<Blob>
        Parameters:
        jn - A ready to use JsonNode.
        Returns:
        The unmarshalled entity.
        Throws:
        IOException