org.sonar.wsclient.unmarshallers
Class MetricUnmarshaller

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

public class MetricUnmarshaller
extends AbstractUnmarshaller<Metric>


Constructor Summary
MetricUnmarshaller()
           
 
Method Summary
protected  Metric 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

MetricUnmarshaller

public MetricUnmarshaller()
Method Detail

parse

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


Copyright © 2009-2014 SonarSource. All Rights Reserved.