Class SavedSearchRequestReader

    • Constructor Detail

      • SavedSearchRequestReader

        public SavedSearchRequestReader()
    • Method Detail

      • readEntity

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

        protected String getEntryValue​(com.fasterxml.jackson.databind.ObjectMapper mapper,
                                       com.fasterxml.jackson.databind.JsonNode valueObject)
                                throws com.fasterxml.jackson.core.JsonProcessingException
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException