org.sonar.wsclient.gwt.unmarshallers
Class ResourceUnmarshaller

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

public class ResourceUnmarshaller
extends AbstractUnmarshaller<Resource>


Method Summary
static ResourceUnmarshaller getInstance()
           
protected  Resource parse(com.google.gwt.json.client.JSONObject json)
           
 
Methods inherited from class org.sonar.wsclient.gwt.unmarshallers.AbstractUnmarshaller
toModel, toModels
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ResourceUnmarshaller getInstance()

parse

protected Resource parse(com.google.gwt.json.client.JSONObject json)
Specified by:
parse in class AbstractUnmarshaller<Resource>


Copyright © 2009-2010 SonarSource. All Rights Reserved.