List of usage examples for org.apache.solr.common.util Utils toJSONString
public static String toJSONString(Object o)
From source file:com.cprassoc.solr.auth.security.Permission.java
License:Apache License
@Override public String toString() { return Utils.toJSONString(originalConfig); }