Class JsonNodeAnnotations

    • Field Detail

    • Constructor Detail

      • JsonNodeAnnotations

        public JsonNodeAnnotations()
    • Method Detail

      • asMap

        public java.util.Map<JsonNodePath,​java.util.List<JsonNodeAnnotation>> asMap()
        Gets the annotations.

        instancePath to annotation

        Returns:
        the annotations
      • put

        public void put​(JsonNodeAnnotation annotation)
        Puts the annotation.
        Parameters:
        annotation - the annotation
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object