org.sonar.wsclient.unmarshallers
Class ServerSetupUnmarshaller

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

public class ServerSetupUnmarshaller
extends Object
implements Unmarshaller<ServerSetup>

Since:
2.9

Constructor Summary
ServerSetupUnmarshaller()
           
 
Method Summary
 ServerSetup toModel(String json)
           
 List<ServerSetup> toModels(String json)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerSetupUnmarshaller

public ServerSetupUnmarshaller()
Method Detail

toModel

public ServerSetup toModel(String json)
Specified by:
toModel in interface Unmarshaller<ServerSetup>

toModels

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


Copyright © 2009–2015 SonarSource. All rights reserved.