org.sonar.wsclient.unmarshallers
Class SourceUnmarshaller

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

public class SourceUnmarshaller
extends AbstractUnmarshaller<Source>


Constructor Summary
SourceUnmarshaller()
           
 
Method Summary
protected  Source parse(Object 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

SourceUnmarshaller

public SourceUnmarshaller()
Method Detail

parse

protected Source parse(Object json)
Specified by:
parse in class AbstractUnmarshaller<Source>


Copyright © 2009-2014 SonarSource. All Rights Reserved.