public class JSONLDUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JSONLDUtils.CitationInfo |
static class |
JSONLDUtils.GeoCoordinatesInfo |
static class |
JSONLDUtils.GeoShapeInfo |
static class |
JSONLDUtils.IdentifierInfo |
static class |
JSONLDUtils.LicenseInfo |
static class |
JSONLDUtils.OrganizationInfo |
static class |
JSONLDUtils.PersonInfo |
static class |
JSONLDUtils.PlaceInfo |
static interface |
JSONLDUtils.PrincipalInfo |
| Constructor and Description |
|---|
JSONLDUtils() |
| Modifier and Type | Method and Description |
|---|---|
static List<JSONLDUtils.CitationInfo> |
extractCitations(org.json.JSONObject document,
String key) |
static List<String> |
extractEncodingFormat(org.json.JSONObject document,
String key) |
static List<JSONLDUtils.IdentifierInfo> |
extractIdentifier(org.json.JSONObject document,
String key) |
static List<String> |
extractLanguage(org.json.JSONObject document,
String key) |
static List<JSONLDUtils.LicenseInfo> |
extractLicenses(org.json.JSONObject document,
String key) |
static List<JSONLDUtils.PlaceInfo> |
extractPlaces(org.json.JSONObject document,
String key) |
static List<JSONLDUtils.PrincipalInfo> |
extractPrincipal(org.json.JSONObject document,
String key) |
static JSONLDUtils.PrincipalInfo |
extractPrincipalSingle(org.json.JSONObject document) |
static List<String> |
extractSize(org.json.JSONObject document,
String key) |
static List<String> |
extractString(org.json.JSONObject document,
String key) |
public static List<JSONLDUtils.PlaceInfo> extractPlaces(org.json.JSONObject document, String key)
public static JSONLDUtils.PrincipalInfo extractPrincipalSingle(org.json.JSONObject document)
public static List<JSONLDUtils.PrincipalInfo> extractPrincipal(org.json.JSONObject document, String key)
public static List<String> extractEncodingFormat(org.json.JSONObject document, String key)
public static List<String> extractLanguage(org.json.JSONObject document, String key)
public static List<JSONLDUtils.LicenseInfo> extractLicenses(org.json.JSONObject document, String key)
public static List<JSONLDUtils.CitationInfo> extractCitations(org.json.JSONObject document, String key)
public static List<JSONLDUtils.IdentifierInfo> extractIdentifier(org.json.JSONObject document, String key)
Copyright © 2025. All rights reserved.