Uses of Interface
org.sonar.wsclient.unmarshallers.Unmarshaller

Packages that use Unmarshaller
org.sonar.wsclient.unmarshallers   
 

Uses of Unmarshaller in org.sonar.wsclient.unmarshallers
 

Classes in org.sonar.wsclient.unmarshallers that implement Unmarshaller
 class AbstractUnmarshaller<M extends Model>
           
 class AuthenticationUnmarshaller
           
 class DependencyTreeUnmarshaller
           
 class DependencyUnmarshaller
           
 class EventUnmarshaller
           
 class FavouriteUnmarshaller
           
 class ManualMeasureUnmarshaller
           
 class MetricUnmarshaller
           
 class PluginUnmarshaller
           
 class ProfileUnmarshaller
           
 class PropertyUnmarshaller
           
 class ResourceSearchUnmarshaller
           
 class ResourceUnmarshaller
           
 class RuleUnmarshaller
           
 class ServerSetupUnmarshaller
           
 class ServerUnmarshaller
           
 class SourceUnmarshaller
           
 class TimeMachineUnmarshaller
           
 class ViolationUnmarshaller
           
 

Methods in org.sonar.wsclient.unmarshallers that return Unmarshaller
static
<M extends Model>
Unmarshaller<M>
Unmarshallers.forModel(Class<M> modelClass)
           
 



Copyright © 2009-2013 SonarSource. All Rights Reserved.