Uses of Class
org.snakeyaml.engine.v2.common.SpecVersion
-
Packages that use SpecVersion Package Description org.snakeyaml.engine.v2.api org.snakeyaml.engine.v2.events org.snakeyaml.engine.v2.exceptions -
-
Uses of SpecVersion in org.snakeyaml.engine.v2.api
Methods in org.snakeyaml.engine.v2.api that return types with arguments of type SpecVersion Modifier and Type Method Description Function<SpecVersion,SpecVersion>LoadSettings. getVersionFunction()Function<SpecVersion,SpecVersion>LoadSettings. getVersionFunction()Optional<SpecVersion>DumpSettings. getYamlDirective()Method parameters in org.snakeyaml.engine.v2.api with type arguments of type SpecVersion Modifier and Type Method Description LoadSettingsBuilderLoadSettingsBuilder. setVersionFunction(UnaryOperator<SpecVersion> versionFunction)Manage YAML directive value which defines the version of the YAML specification.DumpSettingsBuilderDumpSettingsBuilder. setYamlDirective(Optional<SpecVersion> yamlDirective)Add YAML directive (http://yaml.org/spec/1.2/spec.html#id2782090) -
Uses of SpecVersion in org.snakeyaml.engine.v2.events
Methods in org.snakeyaml.engine.v2.events that return types with arguments of type SpecVersion Modifier and Type Method Description Optional<SpecVersion>DocumentStartEvent. getSpecVersion()Constructor parameters in org.snakeyaml.engine.v2.events with type arguments of type SpecVersion Constructor Description DocumentStartEvent(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 SpecVersion Modifier and Type Method Description SpecVersionYamlVersionException. getSpecVersion()Constructors in org.snakeyaml.engine.v2.exceptions with parameters of type SpecVersion Constructor Description YamlVersionException(SpecVersion specVersion)
-