Uses of Class
org.snakeyaml.engine.v2.common.ScalarStyle
-
Packages that use ScalarStyle Package Description org.snakeyaml.engine.v2.api org.snakeyaml.engine.v2.common org.snakeyaml.engine.v2.representer -
-
Uses of ScalarStyle in org.snakeyaml.engine.v2.api
Methods in org.snakeyaml.engine.v2.api that return ScalarStyle Modifier and Type Method Description ScalarStyleDumpSettings. getDefaultScalarStyle()Methods in org.snakeyaml.engine.v2.api with parameters of type ScalarStyle Modifier and Type Method Description DumpSettingsBuilderDumpSettingsBuilder. setDefaultScalarStyle(ScalarStyle defaultScalarStyle)Define default scalar style -
Uses of ScalarStyle in org.snakeyaml.engine.v2.common
Methods in org.snakeyaml.engine.v2.common that return ScalarStyle Modifier and Type Method Description static ScalarStyleScalarStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static ScalarStyle[]ScalarStyle. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ScalarStyle in org.snakeyaml.engine.v2.representer
Fields in org.snakeyaml.engine.v2.representer declared as ScalarStyle Modifier and Type Field Description protected ScalarStyleBaseRepresenter. defaultScalarStylescalar styleMethods in org.snakeyaml.engine.v2.representer with parameters of type ScalarStyle Modifier and Type Method Description protected org.snakeyaml.engine.v2.nodes.NodeBaseRepresenter. representScalar(org.snakeyaml.engine.v2.nodes.Tag tag, String value, ScalarStyle style)Create Scalar Node from string
-