Class Mark
- java.lang.Object
-
- com.fasterxml.jackson.dataformat.yaml.snakeyaml.error.Mark
-
@Deprecated public class Mark extends java.lang.ObjectDeprecated.Should use basicJsonLocationinsteadPlaceholder for shadedorg.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_sourceDeprecated.
-
Constructor Summary
Constructors Modifier Constructor Description protectedMark(org.yaml.snakeyaml.error.Mark src)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Markfrom(org.yaml.snakeyaml.error.Mark src)Deprecated.java.lang.Stringget_snippet()Deprecated.java.lang.Stringget_snippet(int indent, int max_length)Deprecated.intgetColumn()Deprecated.intgetIndex()Deprecated.intgetLine()Deprecated.java.lang.StringgetName()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.
-
-