Uses of Class
org.snakeyaml.engine.v2.api.DumpSettings
-
-
Uses of DumpSettings in org.snakeyaml.engine.v2.api
Fields in org.snakeyaml.engine.v2.api declared as DumpSettings Modifier and Type Field Description protected DumpSettings
Dump. settings
Configuration optionsMethods in org.snakeyaml.engine.v2.api that return DumpSettings Modifier and Type Method Description DumpSettings
DumpSettingsBuilder. build()
Create immutable DumpSettingsConstructors in org.snakeyaml.engine.v2.api with parameters of type DumpSettings Constructor Description Dump(DumpSettings settings)
Create instanceDump(DumpSettings settings, BaseRepresenter representer)
Create instance -
Uses of DumpSettings in org.snakeyaml.engine.v2.api.lowlevel
Fields in org.snakeyaml.engine.v2.api.lowlevel declared as DumpSettings Modifier and Type Field Description private DumpSettings
Present. settings
private DumpSettings
Serialize. settings
Constructors in org.snakeyaml.engine.v2.api.lowlevel with parameters of type DumpSettings Constructor Description Present(DumpSettings settings)
Create Present (emitter)Serialize(DumpSettings settings)
Create instance with providedDumpSettings
-
Uses of DumpSettings in org.snakeyaml.engine.v2.emitter
Constructors in org.snakeyaml.engine.v2.emitter with parameters of type DumpSettings Constructor Description Emitter(DumpSettings opts, StreamDataWriter stream)
Create -
Uses of DumpSettings in org.snakeyaml.engine.v2.representer
Fields in org.snakeyaml.engine.v2.representer declared as DumpSettings Modifier and Type Field Description protected DumpSettings
StandardRepresenter. settings
keep the optionsConstructors in org.snakeyaml.engine.v2.representer with parameters of type DumpSettings Constructor Description StandardRepresenter(DumpSettings settings)
Create -
Uses of DumpSettings in org.snakeyaml.engine.v2.serializer
Fields in org.snakeyaml.engine.v2.serializer declared as DumpSettings Modifier and Type Field Description private DumpSettings
Serializer. settings
Constructors in org.snakeyaml.engine.v2.serializer with parameters of type DumpSettings Constructor Description Serializer(DumpSettings settings, Emitable emitable)
Create Serializer
-