java.lang.Object
com.fasterxml.jackson.dataformat.yaml.snakeyaml.error.Mark

@Deprecated public class Mark extends Object
Deprecated.
Should use basic JsonLocation instead
Placeholder for shaded org.yaml.snakeyaml.error.Mark
Since:
2.8 (as non-shaded); earlier shaded in
  • Field Details

    • _source

      protected final org.yaml.snakeyaml.error.Mark _source
      Deprecated.
  • Constructor Details

    • Mark

      protected Mark(org.yaml.snakeyaml.error.Mark src)
      Deprecated.
  • Method Details

    • from

      public static Mark from(org.yaml.snakeyaml.error.Mark src)
      Deprecated.
    • getName

      public String getName()
      Deprecated.
    • get_snippet

      public String get_snippet()
      Deprecated.
    • get_snippet

      public String get_snippet(int indent, int max_length)
      Deprecated.
    • getColumn

      public int getColumn()
      Deprecated.
    • getLine

      public int getLine()
      Deprecated.
    • getIndex

      public int getIndex()
      Deprecated.