org.sonar.wsclient.unmarshallers
Class ResourceSearchUnmarshaller

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

public class ResourceSearchUnmarshaller
extends AbstractUnmarshaller<ResourceSearchResult>

Since:
3.4

Constructor Summary
ResourceSearchUnmarshaller()
           
 
Method Summary
protected  ResourceSearchResult 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

ResourceSearchUnmarshaller

public ResourceSearchUnmarshaller()
Method Detail

parse

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


Copyright © 2009–2016 SonarSource. All rights reserved.