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

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

public interface Unmarshaller<M extends Model>


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

Method Detail

toModel

M toModel(String json)

toModels

List<M> toModels(String json)


Copyright © 2009–2015 SonarSource. All rights reserved.