Example usage for org.apache.solr.common.util Utils toJSONString

List of usage examples for org.apache.solr.common.util Utils toJSONString

Introduction

In this page you can find the example usage for org.apache.solr.common.util Utils toJSONString.

Prototype

public static String toJSONString(Object o) 

Source Link

Usage

From source file:com.cprassoc.solr.auth.security.Permission.java

License:Apache License

@Override
public String toString() {
    return Utils.toJSONString(originalConfig);
}