Uses of Class
org.yaml.snakeyaml.DumperOptions.Version
-
Packages that use DumperOptions.Version Package Description org.yaml.snakeyaml org.yaml.snakeyaml.emitter org.yaml.snakeyaml.events org.yaml.snakeyaml.parser org.yaml.snakeyaml.serializer -
-
Uses of DumperOptions.Version in org.yaml.snakeyaml
Fields in org.yaml.snakeyaml declared as DumperOptions.Version Modifier and Type Field Description private DumperOptions.VersionDumperOptions. versionMethods in org.yaml.snakeyaml that return DumperOptions.Version Modifier and Type Method Description DumperOptions.VersionDumperOptions. getVersion()getterstatic DumperOptions.VersionDumperOptions.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 voidDumperOptions. 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.Version Modifier and Type Method Description private java.lang.StringEmitter. prepareVersion(DumperOptions.Version version) -
Uses of DumperOptions.Version in org.yaml.snakeyaml.events
Fields in org.yaml.snakeyaml.events declared as DumperOptions.Version Modifier and Type Field Description private DumperOptions.VersionDocumentStartEvent. versionMethods in org.yaml.snakeyaml.events that return DumperOptions.Version Modifier and Type Method Description DumperOptions.VersionDocumentStartEvent. 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)Create -
Uses of DumperOptions.Version in org.yaml.snakeyaml.parser
Fields in org.yaml.snakeyaml.parser declared as DumperOptions.Version Modifier and Type Field Description private DumperOptions.VersionVersionTagsTuple. versionMethods in org.yaml.snakeyaml.parser that return DumperOptions.Version Modifier and Type Method Description DumperOptions.VersionVersionTagsTuple. getVersion()Constructors in org.yaml.snakeyaml.parser with parameters of type DumperOptions.Version Constructor Description VersionTagsTuple(DumperOptions.Version version, java.util.Map<java.lang.String,java.lang.String> tags) -
Uses of DumperOptions.Version in org.yaml.snakeyaml.serializer
Fields in org.yaml.snakeyaml.serializer declared as DumperOptions.Version Modifier and Type Field Description private DumperOptions.VersionSerializer. useVersion
-