Searched refs:allowReadOnlyProperties (Results 1 – 3 of 3) sorted by relevance
38 private boolean allowReadOnlyProperties = false; field in PropertyUtils112 if (property.isReadable() && (allowReadOnlyProperties || property.isWritable())) { in createPropertySet()146 public void setAllowReadOnlyProperties(boolean allowReadOnlyProperties) { in setAllowReadOnlyProperties() argument147 if (this.allowReadOnlyProperties != allowReadOnlyProperties) { in setAllowReadOnlyProperties()148 this.allowReadOnlyProperties = allowReadOnlyProperties; in setAllowReadOnlyProperties()
164 private boolean allowReadOnlyProperties = false; field in DumperOptions370 return allowReadOnlyProperties; in isAllowReadOnlyProperties()381 public void setAllowReadOnlyProperties(boolean allowReadOnlyProperties) { in setAllowReadOnlyProperties() argument382 this.allowReadOnlyProperties = allowReadOnlyProperties; in setAllowReadOnlyProperties()
20 private boolean allowReadOnlyProperties = false;