org.sonar.wsclient.gwt.unmarshallers
Class ServerUnmarshaller

java.lang.Object
  extended by org.sonar.wsclient.gwt.unmarshallers.ServerUnmarshaller
All Implemented Interfaces:
Unmarshaller<Server>

public class ServerUnmarshaller
extends Object
implements Unmarshaller<Server>


Constructor Summary
ServerUnmarshaller()
           
 
Method Summary
 Server toModel(com.google.gwt.core.client.JavaScriptObject json)
           
 List<Server> toModels(com.google.gwt.core.client.JavaScriptObject json)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerUnmarshaller

public ServerUnmarshaller()
Method Detail

toModel

public Server toModel(com.google.gwt.core.client.JavaScriptObject json)
Specified by:
toModel in interface Unmarshaller<Server>

toModels

public List<Server> toModels(com.google.gwt.core.client.JavaScriptObject json)
Specified by:
toModels in interface Unmarshaller<Server>


Copyright © 2009-2010 SonarSource. All Rights Reserved.