Home
last modified time | relevance | path

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

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue73/
DDumpSetAsSequenceExampleTest.java37 options.setAllowReadOnlyProperties(true); in testDumpFlow()
48 options.setAllowReadOnlyProperties(true); in testDumpBlock()
DSetAsSequenceTest.java44 options.setAllowReadOnlyProperties(true); in testDump()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/representer/
DRepresenterTest.java70 options.setAllowReadOnlyProperties(true); in testRepresenterNoConstructorAvailable()
107 options.setAllowReadOnlyProperties(true); in testRepresenterGetterWithException()
DFilterPropertyToDumpTest.java55 options.setAllowReadOnlyProperties(true); in testDoNotFilterPropertyIncludeReadOnly()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue143/
DGenericMapTest.java30 options.setAllowReadOnlyProperties(true); in testMap()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue47/
DReadOnlyPropertiesTest.java42 options.setAllowReadOnlyProperties(true); in testBean2()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue8/
DPrattleRepresenterTest.java37 options.setAllowReadOnlyProperties(true); in test2beans()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
DIncompleteBeanConstructorTest.java29 options.setAllowReadOnlyProperties(true); in testRepresentor()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/emitter/template/
DVelocityTest.java36 options.setAllowReadOnlyProperties(true); in testNoTemplate()
/external/snakeyaml/src/test/java/examples/
DDumpExampleTest.java71 options.setAllowReadOnlyProperties(true); in testDumpCustomJavaClass()
DDiceExampleTest.java39 options.setAllowReadOnlyProperties(true); in testRepresenter()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/
DDumperOptions.java381 public void setAllowReadOnlyProperties(boolean allowReadOnlyProperties) { in setAllowReadOnlyProperties() method in DumperOptions
DYaml.java162 representer.getPropertyUtils().setAllowReadOnlyProperties( in Yaml()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
DPropertyUtils.java146 public void setAllowReadOnlyProperties(boolean allowReadOnlyProperties) { in setAllowReadOnlyProperties() method in PropertyUtils