public interface Schema
| Modifier and Type | Method and Description |
|---|---|
ScalarResolver |
getScalarResolver()
Provide the way to connect a tag to a node by the contents of the scalar node.
|
Map<org.snakeyaml.engine.v2.nodes.Tag,ConstructNode> |
getSchemaTagConstructors()
Provide the way to construct the resolved tag.
|
ScalarResolver getScalarResolver()
Map<org.snakeyaml.engine.v2.nodes.Tag,ConstructNode> getSchemaTagConstructors()
Copyright © 2018–2023. All rights reserved.