public interface ScalarResolver
| Modifier and Type | Method and Description |
|---|---|
org.snakeyaml.engine.v2.nodes.Tag |
resolve(String value,
Boolean implicit)
Resolve (detect) the tag of the scalar node of the given type.
|
org.snakeyaml.engine.v2.nodes.Tag resolve(String value, Boolean implicit)
value - - the value of the scalar nodeimplicit - - true if there was no tag specified (the tag will be resolved)Copyright © 2018–2022. All rights reserved.