- ScalarEvent - Class in com.esotericsoftware.yamlbeans.parser
-
- ScalarEvent(String, String, boolean[], String, char) - Constructor for class com.esotericsoftware.yamlbeans.parser.ScalarEvent
-
- ScalarSerializer<T> - Interface in com.esotericsoftware.yamlbeans.scalar
-
- ScalarToken - Class in com.esotericsoftware.yamlbeans.tokenizer
-
- ScalarToken(String, boolean) - Constructor for class com.esotericsoftware.yamlbeans.tokenizer.ScalarToken
-
- ScalarToken(String, boolean, char) - Constructor for class com.esotericsoftware.yamlbeans.tokenizer.ScalarToken
-
- SEQUENCE_END - Static variable in class com.esotericsoftware.yamlbeans.parser.Event
-
- SequenceStartEvent - Class in com.esotericsoftware.yamlbeans.parser
-
- SequenceStartEvent(String, String, boolean, boolean) - Constructor for class com.esotericsoftware.yamlbeans.parser.SequenceStartEvent
-
- setAlias(Object, String) - Method in class com.esotericsoftware.yamlbeans.YamlWriter
-
- setAllowDuplicates(boolean) - Method in class com.esotericsoftware.yamlbeans.YamlConfig
-
Allows duplicate keys in YAML document.
- setAnchor(String) - Method in class com.esotericsoftware.yamlbeans.document.YamlElement
-
- setAutoAnchor(boolean) - Method in class com.esotericsoftware.yamlbeans.YamlConfig.WriteConfig
-
If true, values that are referenced multiple times will use an anchor.
- setBeanProperties(boolean) - Method in class com.esotericsoftware.yamlbeans.YamlConfig
-
If true, bean properties with both a getter and setter will be used.
- setCanonical(boolean) - Method in class com.esotericsoftware.yamlbeans.emitter.EmitterConfig
-
If true, the YAML output will be canonical.
- setCanonical(boolean) - Method in class com.esotericsoftware.yamlbeans.YamlConfig.WriteConfig
-
If true, the YAML output will be canonical.
- setClassLoader(ClassLoader) - Method in class com.esotericsoftware.yamlbeans.YamlConfig.ReadConfig
-
Sets the class loader to use to find classes read from the YAML.
- setClassTag(String, Class) - Method in class com.esotericsoftware.yamlbeans.YamlConfig
-
Allows the specified tag to be used in YAML instead of the full class name.
- setClassTags(boolean) - Method in class com.esotericsoftware.yamlbeans.YamlConfig.ReadConfig
-
When false, tags are not used to look up classes.
- setConstructorParameters(Class, Class[], String[]) - Method in class com.esotericsoftware.yamlbeans.YamlConfig.ReadConfig
-
Sets the names of the constructor parameters so classes without no-arg constructors can be instantiated.
- setDefaultVersion(Version) - Method in class com.esotericsoftware.yamlbeans.YamlConfig.ReadConfig
-
Sets the default YAML version to expect if a YAML document does not explicitly specify a version.
- setElement(int, boolean) - Method in interface com.esotericsoftware.yamlbeans.document.YamlDocument
-
- setElement(int, Number) - Method in interface com.esotericsoftware.yamlbeans.document.YamlDocument
-
- setElement(int, String) - Method in interface com.esotericsoftware.yamlbeans.document.YamlDocument
-
- setElement(int, YamlElement) - Method in interface com.esotericsoftware.yamlbeans.document.YamlDocument
-
- setElement(int, boolean) - Method in class com.esotericsoftware.yamlbeans.document.YamlMapping
-
- setElement(int, Number) - Method in class com.esotericsoftware.yamlbeans.document.YamlMapping
-
- setElement(int, String) - Method in class com.esotericsoftware.yamlbeans.document.YamlMapping
-
- setElement(int, YamlElement) - Method in class com.esotericsoftware.yamlbeans.document.YamlMapping
-
- setElement(int, boolean) - Method in class com.esotericsoftware.yamlbeans.document.YamlSequence
-
- setElement(int, Number) - Method in class com.esotericsoftware.yamlbeans.document.YamlSequence
-
- setElement(int, String) - Method in class com.esotericsoftware.yamlbeans.document.YamlSequence
-
- setElement(int, YamlElement) - Method in class com.esotericsoftware.yamlbeans.document.YamlSequence
-
- setEntry(String, boolean) - Method in interface com.esotericsoftware.yamlbeans.document.YamlDocument
-
- setEntry(String, Number) - Method in interface com.esotericsoftware.yamlbeans.document.YamlDocument
-
- setEntry(String, String) - Method in interface com.esotericsoftware.yamlbeans.document.YamlDocument
-
- setEntry(String, YamlElement) - Method in interface com.esotericsoftware.yamlbeans.document.YamlDocument
-
- setEntry(String, boolean) - Method in class com.esotericsoftware.yamlbeans.document.YamlMapping
-
- setEntry(String, Number) - Method in class com.esotericsoftware.yamlbeans.document.YamlMapping
-
- setEntry(String, String) - Method in class com.esotericsoftware.yamlbeans.document.YamlMapping
-
- setEntry(String, YamlElement) - Method in class com.esotericsoftware.yamlbeans.document.YamlMapping
-
- setEntry(String, boolean) - Method in class com.esotericsoftware.yamlbeans.document.YamlSequence
-
- setEntry(String, Number) - Method in class com.esotericsoftware.yamlbeans.document.YamlSequence
-
- setEntry(String, String) - Method in class com.esotericsoftware.yamlbeans.document.YamlSequence
-
- setEntry(String, YamlElement) - Method in class com.esotericsoftware.yamlbeans.document.YamlSequence
-
- setEscapeUnicode(boolean) - Method in class com.esotericsoftware.yamlbeans.emitter.EmitterConfig
-
If false, UTF-8 unicode characters will be output instead of the escaped unicode character code.
- setEscapeUnicode(boolean) - Method in class com.esotericsoftware.yamlbeans.YamlConfig.WriteConfig
-
If false, unicode characters will be output instead of the escaped unicode character code.
- setExplicitEndDocument(boolean) - Method in class com.esotericsoftware.yamlbeans.YamlConfig.WriteConfig
-
If true, the every document will have a document end token (...).
- setExplicitFirstDocument(boolean) - Method in class com.esotericsoftware.yamlbeans.YamlConfig.WriteConfig
-
If true, the first document will have a document start token (---).
- setGuessNumberTypes(boolean) - Method in class com.esotericsoftware.yamlbeans.YamlConfig.ReadConfig
-
When true, if the type for a scalar value is unknown and it looks like a number, it is read as an integer or float.
- setIgnoreUnknownProperties(boolean) - Method in class com.esotericsoftware.yamlbeans.YamlConfig.ReadConfig
-
When true, fields in the YAML that are not found on the class will not throw a
YamlException.
- setIndentSize(int) - Method in class com.esotericsoftware.yamlbeans.emitter.EmitterConfig
-
Sets the number of spaces to indent.
- setIndentSize(int) - Method in class com.esotericsoftware.yamlbeans.YamlConfig.WriteConfig
-
Sets the number of spaces to indent.
- setInstanceName(String) - Method in class com.esotericsoftware.yamlbeans.tokenizer.AliasToken
-
- setInstanceName(String) - Method in class com.esotericsoftware.yamlbeans.tokenizer.AnchorToken
-
- setKeepBeanPropertyOrder(boolean) - Method in class com.esotericsoftware.yamlbeans.YamlConfig.WriteConfig
-
If true, bean fields/properties are written in the same order as the fields are defined in the bean class.
- setKey(YamlScalar) - Method in class com.esotericsoftware.yamlbeans.document.YamlEntry
-
- setPrivateConstructors(boolean) - Method in class com.esotericsoftware.yamlbeans.YamlConfig
-
If true, private no-arg constructors will be used.
- setPrivateFields(boolean) - Method in class com.esotericsoftware.yamlbeans.YamlConfig
-
If true, private non-transient fields will be used.
- setPropertyDefaultType(Class, String, Class) - Method in class com.esotericsoftware.yamlbeans.YamlConfig
-
Sets the default type of a property.
- setPropertyElementType(Class, String, Class) - Method in class com.esotericsoftware.yamlbeans.YamlConfig
-
Sets the default type of elements in a Collection or Map property.
- setQuoteChar(YamlConfig.Quote) - Method in class com.esotericsoftware.yamlbeans.YamlConfig.WriteConfig
-
The type of quotes to use when writing YAML output.
- setScalarSerializer(Class, ScalarSerializer) - Method in class com.esotericsoftware.yamlbeans.YamlConfig
-
Adds a serializer for the specified scalar type.
- setTag(String) - Method in class com.esotericsoftware.yamlbeans.document.YamlElement
-
- setTagSuffix(String) - Method in class com.esotericsoftware.yamlbeans.YamlConfig
-
When not null, YAML read into a
Map stores any value tags using key + tagSuffix, and when writing YAML the value
tags are output.
- setUseVerbatimTags(boolean) - Method in class com.esotericsoftware.yamlbeans.emitter.EmitterConfig
-
If false, tags will never be surrounded by angle brackets (eg, "!<java.util.LinkedList>").
- setUseVerbatimTags(boolean) - Method in class com.esotericsoftware.yamlbeans.YamlConfig.WriteConfig
-
If false, tags will never be surrounded by angle brackets (eg, "!<java.util.LinkedList>").
- setValue(YamlElement) - Method in class com.esotericsoftware.yamlbeans.document.YamlEntry
-
- setValue(boolean) - Method in class com.esotericsoftware.yamlbeans.document.YamlEntry
-
- setValue(Number) - Method in class com.esotericsoftware.yamlbeans.document.YamlEntry
-
- setValue(String) - Method in class com.esotericsoftware.yamlbeans.document.YamlEntry
-
- setValue(String) - Method in class com.esotericsoftware.yamlbeans.document.YamlScalar
-
- setVersion(Version) - Method in class com.esotericsoftware.yamlbeans.emitter.EmitterConfig
-
Sets the YAML version to output.
- setVersion(Version) - Method in class com.esotericsoftware.yamlbeans.YamlConfig.WriteConfig
-
Sets the YAML version to output.
- setWrapColumn(int) - Method in class com.esotericsoftware.yamlbeans.emitter.EmitterConfig
-
Sets the column at which values will attempt to wrap.
- setWrapColumn(int) - Method in class com.esotericsoftware.yamlbeans.YamlConfig.WriteConfig
-
Sets the column at which values will attempt to wrap.
- setWriteClassname(YamlConfig.WriteClassName) - Method in class com.esotericsoftware.yamlbeans.YamlConfig.WriteConfig
-
based on Ennumeration parameter, class name tags will be output.
- setWriteDefaultValues(boolean) - Method in class com.esotericsoftware.yamlbeans.YamlConfig.WriteConfig
-
If false, object fields with default values will not be written.
- setWriteRootElementTags(boolean) - Method in class com.esotericsoftware.yamlbeans.YamlConfig.WriteConfig
-
If true, the elements of a Collection or Map root for each YAML document will have a tag defining the class that was
written, if necessary.
- setWriteRootTags(boolean) - Method in class com.esotericsoftware.yamlbeans.YamlConfig.WriteConfig
-
If true, the root of each YAML document will have a tag defining the class that was written, if necessary.
- size() - Method in interface com.esotericsoftware.yamlbeans.document.YamlDocument
-
- size() - Method in class com.esotericsoftware.yamlbeans.document.YamlMapping
-
- size() - Method in class com.esotericsoftware.yamlbeans.document.YamlSequence
-
- SPACE - Static variable in class com.esotericsoftware.yamlbeans.constants.Unicode
-
- STREAM_END - Static variable in class com.esotericsoftware.yamlbeans.parser.Event
-
- STREAM_START - Static variable in class com.esotericsoftware.yamlbeans.parser.Event
-
- style - Variable in class com.esotericsoftware.yamlbeans.parser.ScalarEvent
-