- 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
-
- setAlwaysWriteClassname(boolean) - Method in class com.esotericsoftware.yamlbeans.YamlConfig.WriteConfig
-
If true, class name tags will always be output.
- 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.
- 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.
- 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.
- setExplicitFirstDocument(boolean) - Method in class com.esotericsoftware.yamlbeans.YamlConfig.WriteConfig
-
If true, the first document will have a document start token (---).
- 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
-
- 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.
- setScalarSerializer(Class, ScalarSerializer) - Method in class com.esotericsoftware.yamlbeans.YamlConfig
-
Adds a serializer for the specified scalar type.
- setUseVerbatimTags(boolean) - Method in class com.esotericsoftware.yamlbeans.emitter.EmitterConfig
-
If false, tags will never be surrounded by angle brackets (eg, "!").
- setUseVerbatimTags(boolean) - Method in class com.esotericsoftware.yamlbeans.YamlConfig.WriteConfig
-
If false, tags will never be surrounded by angle brackets (eg, "!").
- 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.
- 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.
- 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
-