Uses of Enum
org.yaml.snakeyaml.DumperOptions.Version
Packages that use DumperOptions.Version
Package
Description
-
Uses of DumperOptions.Version in org.yaml.snakeyaml
Fields in org.yaml.snakeyaml declared as DumperOptions.VersionMethods in org.yaml.snakeyaml that return DumperOptions.VersionModifier and TypeMethodDescriptionDumperOptions.getVersion()
getterstatic DumperOptions.Version
Returns the enum constant of this type with the specified name.static DumperOptions.Version[]
DumperOptions.Version.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.yaml.snakeyaml with parameters of type DumperOptions.VersionModifier and TypeMethodDescriptionvoid
DumperOptions.setVersion
(DumperOptions.Version version) Of no use - it is better not to include YAML version as the directive -
Uses of DumperOptions.Version in org.yaml.snakeyaml.emitter
Methods in org.yaml.snakeyaml.emitter with parameters of type DumperOptions.VersionModifier and TypeMethodDescriptionprivate String
Emitter.prepareVersion
(DumperOptions.Version version) -
Uses of DumperOptions.Version in org.yaml.snakeyaml.events
Fields in org.yaml.snakeyaml.events declared as DumperOptions.VersionMethods in org.yaml.snakeyaml.events that return DumperOptions.VersionModifier and TypeMethodDescriptionDocumentStartEvent.getVersion()
YAML version the document conforms to.Constructors in org.yaml.snakeyaml.events with parameters of type DumperOptions.VersionModifierConstructorDescriptionDocumentStartEvent
(Mark startMark, Mark endMark, boolean explicit, DumperOptions.Version version, Map<String, String> tags) Create -
Uses of DumperOptions.Version in org.yaml.snakeyaml.parser
Fields in org.yaml.snakeyaml.parser declared as DumperOptions.VersionMethods in org.yaml.snakeyaml.parser that return DumperOptions.VersionConstructors in org.yaml.snakeyaml.parser with parameters of type DumperOptions.VersionModifierConstructorDescriptionVersionTagsTuple
(DumperOptions.Version version, Map<String, String> tags) -
Uses of DumperOptions.Version in org.yaml.snakeyaml.serializer
Fields in org.yaml.snakeyaml.serializer declared as DumperOptions.Version