org.sonar.wsclient.unmarshallers
Class ResourceUnmarshaller

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

public class ResourceUnmarshaller
extends AbstractUnmarshaller<Resource>


Constructor Summary
ResourceUnmarshaller()
           
 
Method Summary
protected  Resource 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

ResourceUnmarshaller

public ResourceUnmarshaller()
Method Detail

parse

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


Copyright © 2009-2011 SonarSource. All Rights Reserved.