org.sonar.wsclient.unmarshallers
Class ViolationUnmarshaller

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

public class ViolationUnmarshaller
extends AbstractUnmarshaller<Violation>


Constructor Summary
ViolationUnmarshaller()
           
 
Method Summary
protected  Violation 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

ViolationUnmarshaller

public ViolationUnmarshaller()
Method Detail

parse

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


Copyright © 2009-2014 SonarSource. All Rights Reserved.