@Issue(id="131",
uri="https://github.com/microbean/microbean-helm/issues/131")
public final class StringResolver
extends org.yaml.snakeyaml.resolver.Resolver
Resolver that forces scalars to be Strings.| 构造器和说明 |
|---|
StringResolver()
Creates a new
StringResolver. |
public StringResolver()
StringResolver.public final org.yaml.snakeyaml.nodes.Tag resolve(org.yaml.snakeyaml.nodes.NodeId kind,
String value,
boolean implicit)
Resolver.resolve(NodeId, String, boolean)
method so that all implicit scalar non-null YAML node
values are resolved as Tag.STR.resolve 在类中 org.yaml.snakeyaml.resolver.Resolverkind - the kind of YAML node being processed; may be nullvalue - the value of the node; may be nullimplicit - whether the typing is implicit or explicitTag instance representing the YAML node typeResolver.resolve(NodeId, String, boolean)Copyright © 2022. All rights reserved.