org.sonar.wsclient.unmarshallers
Class ProfileUnmarshaller

java.lang.Object
  extended by org.sonar.wsclient.unmarshallers.AbstractUnmarshaller<Profile>
      extended by org.sonar.wsclient.unmarshallers.ProfileUnmarshaller
All Implemented Interfaces:
Unmarshaller<Profile>

public class ProfileUnmarshaller
extends AbstractUnmarshaller<Profile>


Constructor Summary
ProfileUnmarshaller()
           
 
Method Summary
protected  Profile parse(Object json)
           
 
Methods inherited from class org.sonar.wsclient.unmarshallers.AbstractUnmarshaller
toModel, toModels
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileUnmarshaller

public ProfileUnmarshaller()
Method Detail

parse

protected Profile parse(Object json)
Specified by:
parse in class AbstractUnmarshaller<Profile>


Copyright © 2009-2013 SonarSource. All Rights Reserved.