Home
last modified time | relevance | path

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

/external/snakeyaml/src/main/java/org/yaml/snakeyaml/
DDumperOptions.java369 public boolean isAllowReadOnlyProperties() { in isAllowReadOnlyProperties() method in DumperOptions
DYaml.java163 dumperOptions.isAllowReadOnlyProperties()); in Yaml()