Class SavedSearchRequestReader

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

@Setup(mode=SINGLETON, priority=2000) public class SavedSearchRequestReader extends EntityJsonReader<SavedSearchRequest>
Since:
8.3
  • Constructor Details

    • SavedSearchRequestReader

      public SavedSearchRequestReader()
  • Method Details

    • 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