TagResolution
Namespace: Legivel
Nested types and modules
| Type | Description |
| GlobalTagSchema |
A schema for tags and tag-resolution functions |
| TagResolutionFunc |
Function signature that is to resolve the tag of a Node |
| TagResolutionInfo |
Info required for tag resolution |
| UnresolvedTagResolutionFunc |
Function signature that is to return a GlobalTag for an unresolved tag |
| Module | Description |
| Failsafe |
Failsafe schema: http://www.yaml.org/spec/1.2/spec.html#id2802346 |
| JSON |
Json schema: http://www.yaml.org/spec/1.2/spec.html#id2803231 |
| NonSpecific |
Non specific tags, "!", "?" and unresolved |
| SchemaUtils | |
| YamlCore |
Core Schema: http://www.yaml.org/spec/1.2/spec.html#id2804923 |
| YamlExtended |
'Extended' schema (not official name): http://yaml.org/type/ |