Class AnnotationJsonReader

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

@Setup(mode=SINGLETON, priority=2000) public class AnnotationJsonReader extends EntityJsonReader<Annotation>
Since:
10.1
  • Constructor Details

    • AnnotationJsonReader

      public AnnotationJsonReader()
  • Method Details

    • readEntity

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