org.fusesource.insight.graph.support
Class Json

java.lang.Object
  extended by org.fusesource.insight.graph.support.Json

public class Json
extends java.lang.Object


Constructor Summary
Json()
           
 
Method Summary
static
<T> T
readJsonValue(java.lang.String name, java.io.InputStream in, java.lang.Class<T> aClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Json

public Json()
Method Detail

readJsonValue

public static <T> T readJsonValue(java.lang.String name,
                                  java.io.InputStream in,
                                  java.lang.Class<T> aClass)
                       throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2013 Red Hat. All Rights Reserved.