JsonLocation
instead@Deprecated public class Mark extends Object
org.yaml.snakeyaml.error.Mark
Modifier and Type | Field and Description |
---|---|
protected org.yaml.snakeyaml.error.Mark |
_source
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
Mark(org.yaml.snakeyaml.error.Mark src)
Deprecated.
|
Modifier and Type | Method and 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 |
getIndex()
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()
public int getIndex()
Copyright © 2020 FasterXML. All rights reserved.