org.sonar.wsclient.unmarshallers
Class Unmarshallers

java.lang.Object
  extended by org.sonar.wsclient.unmarshallers.Unmarshallers

public final class Unmarshallers
extends Object


Method Summary
static
<M extends Model>
Unmarshaller<M>
forModel(Class<M> modelClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

forModel

public static <M extends Model> Unmarshaller<M> forModel(Class<M> modelClass)


Copyright © 2009-2014 SonarSource. All Rights Reserved.