Home
last modified time | relevance | path

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

/external/snakeyaml/src/main/java/org/yaml/snakeyaml/representer/
DBaseRepresenter.java61 private boolean explicitPropertyUtils = false; field in BaseRepresenter
189 this.explicitPropertyUtils = true; in setPropertyUtils()
200 return explicitPropertyUtils; in isExplicitPropertyUtils()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
DBaseConstructor.java71 private boolean explicitPropertyUtils; field in BaseConstructor
79 explicitPropertyUtils = false; in BaseConstructor()
419 explicitPropertyUtils = true; in setPropertyUtils()
448 return explicitPropertyUtils; in isExplicitPropertyUtils()