public final class JSONHelper extends Object
JSONObject| Modifier and Type | Method and Description |
|---|---|
protected static String |
valueFrom(org.codehaus.jettison.json.JSONObject object,
String name) |
protected static boolean |
valueFrom(org.codehaus.jettison.json.JSONObject object,
String name,
boolean defaultValue) |
protected static String |
valueFrom(org.codehaus.jettison.json.JSONObject object,
String name,
String defaultValue) |
protected static List<String> |
valuesFrom(org.codehaus.jettison.json.JSONObject json,
String name) |
protected static List<String> valuesFrom(org.codehaus.jettison.json.JSONObject json, String name)
protected static boolean valueFrom(org.codehaus.jettison.json.JSONObject object, String name, boolean defaultValue)
protected static String valueFrom(org.codehaus.jettison.json.JSONObject object, String name)
Copyright © 2008–2021 JBoss, a division of Red Hat. All rights reserved.