Home
last modified time | relevance | path

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

/external/snakeyaml/src/main/java/org/yaml/snakeyaml/representer/
DBaseRepresenter.java60 private PropertyUtils propertyUtils; field in BaseRepresenter
187 public void setPropertyUtils(PropertyUtils propertyUtils) { in setPropertyUtils() argument
188 this.propertyUtils = propertyUtils; in setPropertyUtils()
193 if (propertyUtils == null) { in getPropertyUtils()
194 propertyUtils = new PropertyUtils(); in getPropertyUtils()
196 return propertyUtils; in getPropertyUtils()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
DBaseConstructor.java70 private PropertyUtils propertyUtils; field in BaseConstructor
417 public void setPropertyUtils(PropertyUtils propertyUtils) { in setPropertyUtils() argument
418 this.propertyUtils = propertyUtils; in setPropertyUtils()
423 if (propertyUtils == null) { in getPropertyUtils()
424 propertyUtils = new PropertyUtils(); in getPropertyUtils()
426 return propertyUtils; in getPropertyUtils()