public class Resolver extends Object
Modifier and Type | Field | Description |
---|---|---|
static Pattern |
BOOL |
|
static Pattern |
EMPTY |
|
static Pattern |
FLOAT |
The regular expression is taken from the 1.2 specification but '_'s are
added to keep backwards compatibility
|
static Pattern |
INT |
|
static Pattern |
MERGE |
|
static Pattern |
NULL |
|
static Pattern |
TIMESTAMP |
|
static Pattern |
VALUE |
|
static Pattern |
YAML |
|
protected Map<Character,List<org.yaml.snakeyaml.resolver.ResolverTuple>> |
yamlImplicitResolvers |
Constructor | Description |
---|---|
Resolver() |
Modifier and Type | Method | Description |
---|---|---|
void |
addImplicitResolver(Tag tag,
Pattern regexp,
String first) |
|
protected void |
addImplicitResolvers() |
|
Tag |
resolve(NodeId kind,
String value,
boolean implicit) |
public static final Pattern BOOL
public static final Pattern FLOAT
public static final Pattern INT
public static final Pattern MERGE
public static final Pattern NULL
public static final Pattern EMPTY
public static final Pattern TIMESTAMP
public static final Pattern VALUE
public static final Pattern YAML
Copyright © 2008–2018. All rights reserved.