org.sonar.wsclient.unmarshallers
Class RuleUnmarshaller

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

public class RuleUnmarshaller
extends AbstractUnmarshaller<Rule>

Since:
2.5

Constructor Summary
RuleUnmarshaller()
           
 
Method Summary
protected  Rule 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

RuleUnmarshaller

public RuleUnmarshaller()
Method Detail

parse

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


Copyright © 2009-2013 SonarSource. All Rights Reserved.