org.sonar.wsclient.unmarshallers
Class AuthenticationUnmarshaller

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

public class AuthenticationUnmarshaller
extends Object
implements Unmarshaller<Authentication>


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

Constructor Detail

AuthenticationUnmarshaller

public AuthenticationUnmarshaller()
Method Detail

toModel

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

toModels

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


Copyright © 2009–2015 SonarSource. All rights reserved.