Uses of Enum Class
org.yaml.snakeyaml.DumperOptions.Version
Packages that use DumperOptions.Version
-
Uses of DumperOptions.Version in org.yaml.snakeyaml
Methods in org.yaml.snakeyaml that return DumperOptions.VersionModifier and TypeMethodDescriptionDumperOptions.getVersion()
getterstatic DumperOptions.Version
Returns the enum constant of this class with the specified name.static DumperOptions.Version[]
DumperOptions.Version.values()
Returns an array containing the constants of this enum class, 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.events
Methods 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