org.sonar.wsclient.unmarshallers
Class ReviewUnmarshaller

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

public class ReviewUnmarshaller
extends AbstractUnmarshaller<Review>

Since:
2.8

Constructor Summary
ReviewUnmarshaller()
           
 
Method Summary
protected  Review 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

ReviewUnmarshaller

public ReviewUnmarshaller()
Method Detail

parse

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


Copyright © 2009-2012 SonarSource. All Rights Reserved.