Home
last modified time | relevance | path

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

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DJavaBeanWithNullValuesTest.java78 options.setExplicitEnd(true); in testNullStringAndBoolean()
103 options.setExplicitEnd(true); in testNoRootTag()
134 options.setExplicitEnd(true); in dumpJavaBeanWithNullValues()
DDumperOptionsTest.java265 options.setExplicitEnd(true);
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/
DDumperOptions.java350 public void setExplicitEnd(boolean explicitEnd) { in setExplicitEnd() method in DumperOptions