Uses of Class
org.snakeyaml.engine.v2.common.SpecVersion
Packages that use SpecVersion
Package
Description
-
Uses of SpecVersion in org.snakeyaml.engine.v2.api
Fields in org.snakeyaml.engine.v2.api with type parameters of type SpecVersionModifier and TypeFieldDescriptionprivate final UnaryOperator
<SpecVersion> LoadSettings.versionFunction
private UnaryOperator
<SpecVersion> LoadSettingsBuilder.versionFunction
private final Optional
<SpecVersion> DumpSettings.yamlDirective
private Optional
<SpecVersion> DumpSettingsBuilder.yamlDirective
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 directiveConstructor parameters in org.snakeyaml.engine.v2.api with type arguments of type SpecVersionModifierConstructorDescription(package private)
LoadSettings
(String label, Map<Tag, ConstructNode> tagConstructors, IntFunction<List<Object>> defaultList, IntFunction<Set<Object>> defaultSet, IntFunction<Map<Object, Object>> defaultMap, UnaryOperator<SpecVersion> versionFunction, Integer bufferSize, boolean allowDuplicateKeys, boolean allowRecursiveKeys, int maxAliasesForCollections, boolean useMarks, Map<SettingKey, Object> customProperties, Optional<EnvConfig> envConfig, boolean parseComments, int codePointLimit, Schema schema) -
Uses of SpecVersion in org.snakeyaml.engine.v2.emitter
Methods in org.snakeyaml.engine.v2.emitter with parameters of type SpecVersion -
Uses of SpecVersion in org.snakeyaml.engine.v2.events
Fields in org.snakeyaml.engine.v2.events with type parameters of type SpecVersionModifier and TypeFieldDescriptionprivate final Optional
<SpecVersion> DocumentStartEvent.specVersion
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
Fields in org.snakeyaml.engine.v2.exceptions declared as SpecVersionModifier and TypeFieldDescriptionprivate final SpecVersion
YamlVersionException.specVersion
specified versionMethods in org.snakeyaml.engine.v2.exceptions that return SpecVersionConstructors in org.snakeyaml.engine.v2.exceptions with parameters of type SpecVersion -
Uses of SpecVersion in org.snakeyaml.engine.v2.parser
Fields in org.snakeyaml.engine.v2.parser with type parameters of type SpecVersionModifier and TypeFieldDescriptionprivate final Optional
<SpecVersion> VersionTagsTuple.specVersion
Methods in org.snakeyaml.engine.v2.parser that return types with arguments of type SpecVersionConstructor parameters in org.snakeyaml.engine.v2.parser with type arguments of type SpecVersionModifierConstructorDescriptionVersionTagsTuple
(Optional<SpecVersion> specVersion, Map<String, String> tags)