public class EntityDescriptorJsonTranslator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASSES |
static java.lang.String |
ENTITY_JS |
static java.lang.String |
ENTITY_NAME |
static java.lang.String |
FIELDS |
static java.lang.String |
METHOD_DEPENDENTS |
static java.lang.String |
METHOD_ID |
static java.lang.String |
METHODS |
static java.lang.String |
PACKAGES |
Modifier and Type | Method and Description |
---|---|
static PackageDescriptor |
readJson(com.google.gwt.thirdparty.json.JSONObject jsonObject) |
static com.google.gwt.thirdparty.json.JSONObject |
writeJson(PackageDescriptor pkg) |
public static final java.lang.String ENTITY_JS
public static final java.lang.String ENTITY_NAME
public static final java.lang.String FIELDS
public static final java.lang.String METHOD_ID
public static final java.lang.String METHOD_DEPENDENTS
public static final java.lang.String METHODS
public static final java.lang.String CLASSES
public static final java.lang.String PACKAGES
public static com.google.gwt.thirdparty.json.JSONObject writeJson(PackageDescriptor pkg) throws com.google.gwt.thirdparty.json.JSONException
com.google.gwt.thirdparty.json.JSONException
public static PackageDescriptor readJson(com.google.gwt.thirdparty.json.JSONObject jsonObject) throws com.google.gwt.thirdparty.json.JSONException
com.google.gwt.thirdparty.json.JSONException