org.sonar.wsclient.unmarshallers
Class EventUnmarshaller

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

public class EventUnmarshaller
extends AbstractUnmarshaller<Event>


Constructor Summary
EventUnmarshaller()
           
 
Method Summary
protected  Event 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

EventUnmarshaller

public EventUnmarshaller()
Method Detail

parse

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


Copyright © 2009-2013 SonarSource. All Rights Reserved.