Searched refs:propertyElement (Results 1 – 1 of 1) sorted by relevance
957 Object propertyElement = Array.get(property, i); in appendPropertyString() local958 if (propertyElement instanceof String) { in appendPropertyString()959 builder.append("\"").append((String) propertyElement).append("\""); in appendPropertyString()960 } else if (propertyElement instanceof byte[]) { in appendPropertyString()961 builder.append(Arrays.toString((byte[]) propertyElement)); in appendPropertyString()963 builder.append(propertyElement.toString()); in appendPropertyString()