Class AnnotationJsonReader

    • Constructor Detail

      • AnnotationJsonReader

        public AnnotationJsonReader()
    • Method Detail

      • 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.