org.sonar.wsclient.unmarshallers
Class ServerUnmarshaller

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

public class ServerUnmarshaller
extends java.lang.Object
implements Unmarshaller<Server>


Constructor Summary
ServerUnmarshaller()
           
 
Method Summary
 Server toModel(java.lang.String json)
           
 java.util.List<Server> toModels(java.lang.String 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(java.lang.String json)
Specified by:
toModel in interface Unmarshaller<Server>

toModels

public java.util.List<Server> toModels(java.lang.String json)
Specified by:
toModels in interface Unmarshaller<Server>


Copyright © 2009-2010 SonarSource. All Rights Reserved.