Uses of Class
org.snakeyaml.engine.v2.common.SpecVersion
Packages that use SpecVersion
Package
Description
-
Uses of SpecVersion in org.snakeyaml.engine.v2.api
Methods in org.snakeyaml.engine.v2.api that return types with arguments of type SpecVersionModifier and TypeMethodDescriptionLoadSettings.getVersionFunction()LoadSettings.getVersionFunction()DumpSettings.getYamlDirective()Method parameters in org.snakeyaml.engine.v2.api with type arguments of type SpecVersionModifier and TypeMethodDescriptionLoadSettingsBuilder.setVersionFunction(UnaryOperator<SpecVersion> versionFunction) Manage YAML directive value which defines the version of the YAML specification.DumpSettingsBuilder.setYamlDirective(Optional<SpecVersion> yamlDirective) Add YAML directive -
Uses of SpecVersion in org.snakeyaml.engine.v2.events
Methods in org.snakeyaml.engine.v2.events that return types with arguments of type SpecVersionConstructor parameters in org.snakeyaml.engine.v2.events with type arguments of type SpecVersionModifierConstructorDescriptionDocumentStartEvent(boolean explicit, Optional<SpecVersion> specVersion, Map<String, String> tags) DocumentStartEvent(boolean explicit, Optional<SpecVersion> specVersion, Map<String, String> tags, Optional<Mark> startMark, Optional<Mark> endMark) -
Uses of SpecVersion in org.snakeyaml.engine.v2.exceptions
Methods in org.snakeyaml.engine.v2.exceptions that return SpecVersionConstructors in org.snakeyaml.engine.v2.exceptions with parameters of type SpecVersion