Class Mark


  • @Deprecated
    public class Mark
    extends java.lang.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 Summary

      Fields 
      Modifier and Type Field Description
      protected org.yaml.snakeyaml.error.Mark _source
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Mark​(org.yaml.snakeyaml.error.Mark src)
      Deprecated.
       
    • Field Detail

      • _source

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

      • Mark

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

      • from

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

        public java.lang.String getName()
        Deprecated.
      • get_snippet

        public java.lang.String get_snippet()
        Deprecated.
      • get_snippet

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

        public int getColumn()
        Deprecated.
      • getLine

        public int getLine()
        Deprecated.
      • getIndex

        public int getIndex()
        Deprecated.