org.sonar.wsclient.unmarshallers
Class FavouriteUnmarshaller

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

public class FavouriteUnmarshaller
extends AbstractUnmarshaller<Favourite>


Constructor Summary
FavouriteUnmarshaller()
           
 
Method Summary
protected  Favourite 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

FavouriteUnmarshaller

public FavouriteUnmarshaller()
Method Detail

parse

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


Copyright © 2009-2013 SonarSource. All Rights Reserved.