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<MODEL extends Model>
           
 class DependencyTreeUnmarshaller
           
 class DependencyUnmarshaller
           
 class EventUnmarshaller
           
 class FavouriteUnmarshaller
           
 class ManualMeasureUnmarshaller
           
 class MetricUnmarshaller
           
 class PluginUnmarshaller
           
 class ProfileUnmarshaller
           
 class PropertyUnmarshaller
           
 class ResourceUnmarshaller
           
 class ReviewUnmarshaller
           
 class RuleUnmarshaller
           
 class ServerSetupUnmarshaller
           
 class ServerUnmarshaller
           
 class SourceUnmarshaller
           
 class TimeMachineUnmarshaller
           
 class ViolationUnmarshaller
           
 

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



Copyright © 2009-2011 SonarSource. All Rights Reserved.