Class YamlParseContext
java.lang.Object
org.kingdoms.utils.config.adapters.YamlParseContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexcludeComments(boolean excludeComments) excludeMarkers(boolean excludeMarkers) booleanboolean@Nullable StringgetName()@NotNull InputStream@NotNull YamlParseContext@NotNull YamlParseContextprocessAnchors(@NotNull Function<String, org.snakeyaml.common.Anchor> anchorProcessor) boolean@NotNull YamlParseContextshouldResolveAliases(boolean resolveAliases) @NotNull YamlParseContext@NotNull YamlParseContextstream(@NotNull InputStream inputStream) @NotNull YamlParseContext
-
Constructor Details
-
YamlParseContext
public YamlParseContext()
-
-
Method Details
-
getName
-
getStream
-
getAnchorProcessor
-
named
-
stream
-
stream
-
stream
-
processAnchors
@NotNull public @NotNull YamlParseContext processAnchors(@NotNull @NotNull Function<String, org.snakeyaml.common.Anchor> anchorProcessor) -
shouldResolveAliases
public boolean shouldResolveAliases() -
shouldResolveAliases
-
excludeComments
-
excludeMarkers
-
excludesComments
public boolean excludesComments() -
excludesMarkers
public boolean excludesMarkers() -
optionalDebugTracing
-