Class Mark
- java.lang.Object
-
- com.fasterxml.jackson.dataformat.yaml.snakeyaml.error.Mark
-
@Deprecated public class Mark extends Object
Deprecated.Should use basicJsonLocation
insteadPlaceholder 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
_source
Deprecated.
-
Constructor Summary
Constructors Modifier Constructor Description protected
Mark(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 Mark
from(org.yaml.snakeyaml.error.Mark src)
Deprecated.String
get_snippet()
Deprecated.String
get_snippet(int indent, int max_length)
Deprecated.int
getColumn()
Deprecated.int
getLine()
Deprecated.String
getName()
Deprecated.
-
-
-
Method Detail
-
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.
-
-