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 Object
implements Unmarshaller<Server>


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

toModels

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


Copyright © 2009-2014 SonarSource. All Rights Reserved.