| Package | Description | 
|---|---|
| org.yaml.snakeyaml | |
| org.yaml.snakeyaml.events | |
| org.yaml.snakeyaml.nodes | |
| org.yaml.snakeyaml.representer | |
| org.yaml.snakeyaml.tokens | 
| Modifier and Type | Method and Description | 
|---|---|
| static DumperOptions.ScalarStyle | DumperOptions.ScalarStyle. createStyle(Character style) | 
| DumperOptions.ScalarStyle | DumperOptions. getDefaultScalarStyle() | 
| static DumperOptions.ScalarStyle | DumperOptions.ScalarStyle. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static DumperOptions.ScalarStyle[] | DumperOptions.ScalarStyle. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DumperOptions. setDefaultScalarStyle(DumperOptions.ScalarStyle defaultStyle)Set default style for scalars. | 
| Modifier and Type | Method and Description | 
|---|---|
| DumperOptions.ScalarStyle | ScalarEvent. getScalarStyle()Style of the scalar. | 
| Constructor and Description | 
|---|
| ScalarEvent(String anchor,
           String tag,
           ImplicitTuple implicit,
           String value,
           Mark startMark,
           Mark endMark,
           DumperOptions.ScalarStyle style) | 
| Modifier and Type | Method and Description | 
|---|---|
| DumperOptions.ScalarStyle | ScalarNode. getScalarStyle()Get scalar style of this node. | 
| Constructor and Description | 
|---|
| ScalarNode(Tag tag,
          boolean resolved,
          String value,
          Mark startMark,
          Mark endMark,
          DumperOptions.ScalarStyle style) | 
| ScalarNode(Tag tag,
          String value,
          Mark startMark,
          Mark endMark,
          DumperOptions.ScalarStyle style) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected DumperOptions.ScalarStyle | BaseRepresenter. defaultScalarStyle | 
| Modifier and Type | Method and Description | 
|---|---|
| DumperOptions.ScalarStyle | BaseRepresenter. getDefaultScalarStyle() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Node | BaseRepresenter. representScalar(Tag tag,
               String value,
               DumperOptions.ScalarStyle style) | 
| void | BaseRepresenter. setDefaultScalarStyle(DumperOptions.ScalarStyle defaultStyle) | 
| Modifier and Type | Method and Description | 
|---|---|
| DumperOptions.ScalarStyle | ScalarToken. getStyle() | 
| Constructor and Description | 
|---|
| ScalarToken(String value,
           boolean plain,
           Mark startMark,
           Mark endMark,
           DumperOptions.ScalarStyle style) | 
Copyright © 2008–2021. All rights reserved.