Uses of Class
org.yaml.snakeyaml.DumperOptions.Version
-
Packages that use DumperOptions.Version Package Description org.yaml.snakeyaml org.yaml.snakeyaml.events -
-
Uses of DumperOptions.Version in org.yaml.snakeyaml
Methods in org.yaml.snakeyaml that return DumperOptions.Version Modifier and Type Method Description DumperOptions.Version
DumperOptions. getVersion()
static DumperOptions.Version
DumperOptions.Version. valueOf(java.lang.String name)
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.Version Modifier and Type Method Description void
DumperOptions. setVersion(DumperOptions.Version version)
-
Uses of DumperOptions.Version in org.yaml.snakeyaml.events
Methods in org.yaml.snakeyaml.events that return DumperOptions.Version Modifier and Type Method Description DumperOptions.Version
DocumentStartEvent. getVersion()
YAML version the document conforms to.Constructors in org.yaml.snakeyaml.events with parameters of type DumperOptions.Version Constructor Description DocumentStartEvent(Mark startMark, Mark endMark, boolean explicit, DumperOptions.Version version, java.util.Map<java.lang.String,java.lang.String> tags)
-