Home
last modified time | relevance | path

Searched refs:dumperOptions (Results 1 – 1 of 1) sorted by relevance

/external/snakeyaml/src/main/java/org/yaml/snakeyaml/
DYaml.java56 protected DumperOptions dumperOptions; field in Yaml
72 public Yaml(DumperOptions dumperOptions) { in Yaml() argument
73 this(new Constructor(), new Representer(), dumperOptions); in Yaml()
120 public Yaml(Representer representer, DumperOptions dumperOptions) { in Yaml() argument
121 this(new Constructor(), representer, dumperOptions, new Resolver()); in Yaml()
135 public Yaml(BaseConstructor constructor, Representer representer, DumperOptions dumperOptions) { in Yaml() argument
136 this(constructor, representer, dumperOptions, new Resolver()); in Yaml()
152 public Yaml(BaseConstructor constructor, Representer representer, DumperOptions dumperOptions, in Yaml() argument
160 representer.setDefaultFlowStyle(dumperOptions.getDefaultFlowStyle()); in Yaml()
161 representer.setDefaultScalarStyle(dumperOptions.getDefaultScalarStyle()); in Yaml()
[all …]