org.sonar.wsclient.unmarshallers
Class JsonUtils

java.lang.Object
  extended by org.sonar.wsclient.unmarshallers.JsonUtils

public final class JsonUtils
extends Object


Method Summary
static Double getDouble(Map obj, String field)
           
static Integer getInteger(Map obj, String field)
           
static Long getLong(Map obj, String field)
           
static String getString(Map obj, String field)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getString

public static String getString(Map obj,
                               String field)

getInteger

public static Integer getInteger(Map obj,
                                 String field)

getLong

public static Long getLong(Map obj,
                           String field)

getDouble

public static Double getDouble(Map obj,
                               String field)


Copyright © 2009-2010 SonarSource SA. All Rights Reserved.