JsonLocation
instead@Deprecated public class Mark extends Object
org.yaml.snakeyaml.error.Mark
Modifier and Type | Field | Description |
---|---|---|
protected org.yaml.snakeyaml.error.Mark |
_source |
Deprecated.
|
Modifier | Constructor | Description |
---|---|---|
protected |
Mark(org.yaml.snakeyaml.error.Mark src) |
Deprecated.
|
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.
|
public static Mark from(org.yaml.snakeyaml.error.Mark src)
public String getName()
public String get_snippet()
public String get_snippet(int indent, int max_length)
public int getColumn()
public int getLine()
Copyright © 2018. All rights reserved.