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

All Known Implementing Classes:
AbstractUnmarshaller, DependencyTreeUnmarshaller, DependencyUnmarshaller, EventUnmarshaller, FavouriteUnmarshaller, MetricUnmarshaller, PropertyUnmarshaller, ResourceUnmarshaller, ServerUnmarshaller, SourceUnmarshaller, 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-2010 SonarSource. All Rights Reserved.