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

All Known Implementing Classes:
AbstractUnmarshaller, DependencyTreeUnmarshaller, DependencyUnmarshaller, MetricUnmarshaller, PropertyUnmarshaller, ResourceUnmarshaller, ServerUnmarshaller, SourceUnmarshaller, ViolationUnmarshaller

public interface Unmarshaller<MODEL extends Model>


Method Summary
 MODEL toModel(com.google.gwt.core.client.JavaScriptObject json)
           
 List<MODEL> toModels(com.google.gwt.core.client.JavaScriptObject json)
           
 

Method Detail

toModel

MODEL toModel(com.google.gwt.core.client.JavaScriptObject json)

toModels

List<MODEL> toModels(com.google.gwt.core.client.JavaScriptObject json)


Copyright © 2009-2010 SonarSource. All Rights Reserved.