org.sonar.wsclient.unmarshallers
Class PropertyUnmarshaller

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

public class PropertyUnmarshaller
extends AbstractUnmarshaller<Property>


Constructor Summary
PropertyUnmarshaller()
           
 
Method Summary
protected  Property 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

PropertyUnmarshaller

public PropertyUnmarshaller()
Method Detail

parse

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


Copyright © 2009-2014 SonarSource. All Rights Reserved.