Uses of Class
org.snakeyaml.engine.v2.common.SpecVersion
-
Packages that use SpecVersion Package Description org.snakeyaml.engine.v2.api 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 -
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()getterConstructors in org.snakeyaml.engine.v2.exceptions with parameters of type SpecVersion Constructor Description YamlVersionException(SpecVersion specVersion)Create
-