org.sonar.wsclient.unmarshallers
Class DependencyUnmarshaller

java.lang.Object
  extended by org.sonar.wsclient.unmarshallers.AbstractUnmarshaller<Dependency>
      extended by org.sonar.wsclient.unmarshallers.DependencyUnmarshaller
All Implemented Interfaces:
Unmarshaller<Dependency>

public class DependencyUnmarshaller
extends AbstractUnmarshaller<Dependency>


Constructor Summary
DependencyUnmarshaller()
           
 
Method Summary
protected  Dependency parse(org.json.simple.JSONObject json)
           
 
Methods inherited from class org.sonar.wsclient.unmarshallers.AbstractUnmarshaller
toModel, toModels
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependencyUnmarshaller

public DependencyUnmarshaller()
Method Detail

parse

protected Dependency parse(org.json.simple.JSONObject json)
Specified by:
parse in class AbstractUnmarshaller<Dependency>


Copyright © 2009-2010 SonarSource. All Rights Reserved.