org.fusesource.insight.graph.support
Class JsonUnmarshaller<T>

java.lang.Object
  extended by org.fusesource.insight.graph.support.JsonUnmarshaller<T>
All Implemented Interfaces:
Unmarshaller<T>

public class JsonUnmarshaller<T>
extends java.lang.Object
implements Unmarshaller<T>


Constructor Summary
JsonUnmarshaller(java.lang.Class<T> outputType)
           
 
Method Summary
 T unmarshal(java.lang.String path, byte[] data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonUnmarshaller

public JsonUnmarshaller(java.lang.Class<T> outputType)
Method Detail

unmarshal

public T unmarshal(java.lang.String path,
                   byte[] data)
            throws java.io.IOException
Specified by:
unmarshal in interface Unmarshaller<T>
Throws:
java.io.IOException


Copyright © 2013 Red Hat. All Rights Reserved.