Package com.dianping.cat.home.bug.transform

Examples of com.dianping.cat.home.bug.transform.DefaultJsonBuilder


  public BugReport getBugReport() {
    return m_bugReport;
  }

  public String getBugs() {
    return new DefaultJsonBuilder().build(m_bugReport);
  }
View Full Code Here

TOP

Related Classes of com.dianping.cat.home.bug.transform.DefaultJsonBuilder

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.