Package | Description |
---|---|
jp.ac.tokushima_u.db.common |
Provides classes of common utility.
|
jp.ac.tokushima_u.db.logistics.researchmap |
Provides classes and interfaces for handling researchmap Data.
|
jp.researchmap |
Provides classes of researchmap data.
|
Modifier and Type | Method and Description |
---|---|
JSONUtility.JSONContext |
JSONUtility.JSONContext.duplicate() |
JSONUtility.JSONContext |
JSONUtility.JSONContext.push(String name) |
Modifier and Type | Method and Description |
---|---|
void |
JSONUtility.JSONArray.add(JSONUtility.JSONValue value,
JSONUtility.JSONContext ctx) |
void |
JSONUtility.JSONArray.add(String value,
JSONUtility.JSONContext ctx,
JSONUtility.JSONPath path) |
void |
JSONUtility.JSONValue.check(JSONUtility.JSONContext ctx)
Check Value
|
void |
JSONUtility.JSONObject.check(JSONUtility.JSONContext ctx)
Check Value
|
void |
JSONUtility.JSONArray.check(JSONUtility.JSONContext ctx)
Check Value
|
void |
JSONUtility.JSONText.check(JSONUtility.JSONContext ctx)
Check Value
|
JsonValue |
JSONUtility.JSONValue.createJsonValue(JSONUtility.JSONContext ctx)
build Json
|
JsonValue |
JSONUtility.JSONObject.createJsonValue(JSONUtility.JSONContext ctx)
build Json
|
JsonValue |
JSONUtility.JSONArray.createJsonValue(JSONUtility.JSONContext ctx)
build Json
|
JsonValue |
JSONUtility.JSONText.createJsonValue(JSONUtility.JSONContext ctx)
build Json
|
void |
JSONUtility.JSONObject.parse(CharSequence text,
JSONUtility.JSONContext ctx) |
void |
JSONUtility.JSONValue.parse(JsonValue value,
JSONUtility.JSONContext ctx)
Parse JsonValue
|
void |
JSONUtility.JSONObject.parse(JsonValue obj,
JSONUtility.JSONContext ctx)
Parse JsonValue
|
void |
JSONUtility.JSONArray.parse(JsonValue obj,
JSONUtility.JSONContext ctx)
Parse JsonValue
|
void |
JSONUtility.JSONText.parse(JsonValue value,
JSONUtility.JSONContext ctx)
Parse JsonValue
|
void |
JSONUtility.JSONObject.parse(Reader src,
JSONUtility.JSONContext ctx) |
void |
JSONUtility.JSONValue.put(String value,
JSONUtility.JSONContext ctx)
Put Value
|
void |
JSONUtility.JSONObject.put(String value,
JSONUtility.JSONContext ctx)
Put Value
|
void |
JSONUtility.JSONArray.put(String value,
JSONUtility.JSONContext ctx)
Put Value
|
void |
JSONUtility.JSONText.put(String v,
JSONUtility.JSONContext ctx)
Put Value
|
void |
JSONUtility.JSONObject.put(String value,
JSONUtility.JSONContext ctx,
JSONUtility.JSONPath path) |
void |
JSONUtility.JSONObject.putValue(JsonValue value,
JSONUtility.JSONContext ctx,
JSONUtility.JSONPath path) |
Modifier and Type | Method and Description |
---|---|
void |
RMJson.RM_Long.check(JSONUtility.JSONContext ctx)
Check Value
|
void |
RMJson.RM_ID.check(JSONUtility.JSONContext ctx)
Check Value
|
void |
RMJson.RM_Date.check(JSONUtility.JSONContext ctx)
Check Value
|
void |
RMJson.RM_TimeStamp.check(JSONUtility.JSONContext ctx)
Check Value
|
void |
RMJson.RM_Language.check(JSONUtility.JSONContext ctx)
Check Value
|
void |
RMJson.RM_Country.check(JSONUtility.JSONContext ctx)
Check Value
|
JsonValue |
RMJson.RM_Boolean.createJsonValue(JSONUtility.JSONContext ctx)
build Json
|
JsonValue |
RMJson.RM_Display.createJsonValue(JSONUtility.JSONContext ctx)
build Json
|
JsonValue |
RMJson.RM_Object.createJsonValue(JSONUtility.JSONContext ctx)
build Json
|
JsonValue |
RMJson.RM_Long.createJsonValue(JSONUtility.JSONContext ctx)
build Json
|
void |
RMJson.RM_Object.parse(File srcFile,
JSONUtility.JSONContext ctx) |
void |
RMJson.RM_Boolean.parse(JsonValue value,
JSONUtility.JSONContext ctx)
Parse JsonValue
|
void |
RMJson.RM_Long.parse(JsonValue value,
JSONUtility.JSONContext ctx)
Parse JsonValue
|
void |
RMJson.RM_Long.put(String v,
JSONUtility.JSONContext ctx)
Put Value
|
Constructor and Description |
---|
RM_Profile(CharSequence text,
JSONUtility.JSONContext ctx) |
RM_Profile(File srcFile,
JSONUtility.JSONContext ctx) |
Modifier and Type | Method and Description |
---|---|
JsonValue |
Researchmap_definition.RM_MajorAchievement.createJsonValue(JSONUtility.JSONContext ctx)
build Json
|
static CharSequence |
RMapAPI.createRMJsonValueForForceRegister(String user_id,
Researchmap_definition.RMapTable table,
RMJson.RM_Object rmobj,
JSONUtility.JSONContext ctx) |
static CharSequence |
RMapAPI.createRMJsonValueForRegister(JsonObject prefix,
String clause,
JsonValue value,
JsonObject postfix,
JSONUtility.JSONContext ctx) |
static CharSequence |
RMapAPI.createRMJsonValueForRegister(String user_id,
Researchmap_definition.RMapTable table,
String id,
RMJson.RM_Object rmobj,
JSONUtility.JSONContext ctx) |
void |
RMapAPI.RM_ItemsParser.parse(File srcFile,
JSONUtility.JSONContext ctx) |
void |
RMapAPI.RM_ResearcherItems.parse(File srcFile,
JSONUtility.JSONContext ctx) |
Constructor and Description |
---|
Token(JsonValue obj,
JSONUtility.JSONContext ctx,
String rScope) |
EDB Working Group at Tue Jun 10 17:08:59 JST 2025