org.sonar.wsclient.unmarshallers
Interface Unmarshaller<MODEL extends Model>

All Known Implementing Classes:
AbstractUnmarshaller, DependencyTreeUnmarshaller, DependencyUnmarshaller, EventUnmarshaller, FavouriteUnmarshaller, ManualMeasureUnmarshaller, MetricUnmarshaller, PluginUnmarshaller, ProfileUnmarshaller, PropertyUnmarshaller, ResourceUnmarshaller, ReviewUnmarshaller, RuleUnmarshaller, ServerSetupUnmarshaller, ServerUnmarshaller, SourceUnmarshaller, TimeMachineUnmarshaller, ViolationUnmarshaller

public interface Unmarshaller<MODEL extends Model>


Method Summary
 MODEL toModel(String json)
           
 List<MODEL> toModels(String json)
           
 

Method Detail

toModel

MODEL toModel(String json)

toModels

List<MODEL> toModels(String json)


Copyright © 2009-2012 SonarSource. All Rights Reserved.