Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ACCEPT_HEADER - Static variable in class com.github.jsonldjava.utils.JsonUtils
-
An HTTP Accept header that prefers JSONLD.
- addInjectedDoc(String, String) - Method in class com.github.jsonldjava.core.DocumentLoader
-
Avoid resolving a document by instead using the given serialised representation.
- addQuad(String, String, String, String) - Method in class com.github.jsonldjava.core.RDFDataset
-
Adds a triple to the specified graph of this dataset
- addQuad(String, String, String, String, String, String) - Method in class com.github.jsonldjava.core.RDFDataset
-
Adds a triple to the specified graph of this dataset
- addTriple(String, String, String) - Method in class com.github.jsonldjava.core.RDFDataset
-
Adds a triple to the default graph of this dataset
- addTriple(String, String, String, String, String) - Method in class com.github.jsonldjava.core.RDFDataset
-
Adds a triple to the @default graph of this dataset
- ALWAYS - Enum constant in enum class com.github.jsonldjava.core.JsonLdConsts.Embed
- APPLICATION_NQUADS - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- auth - Variable in class com.github.jsonldjava.utils.JsonLdUrl
- authority - Variable in class com.github.jsonldjava.utils.JsonLdUrl
B
- BASE - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- BLANK_NODE_PREFIX - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- BlankNode(String) - Constructor for class com.github.jsonldjava.core.RDFDataset.BlankNode
C
- cacheEntry(URI, URL, JsonNode) - Method in class com.github.jsonldjava.utils.JarCacheStorage
- call(RDFDataset) - Method in interface com.github.jsonldjava.core.JsonLdTripleCallback
-
Construct output based on internal RDF dataset format
- call(RDFDataset) - Method in class com.github.jsonldjava.impl.NQuadTripleCallback
- clearNamespaces() - Method in class com.github.jsonldjava.core.RDFDataset
-
clears all the namespaces in this dataset
- clone() - Method in class com.github.jsonldjava.core.Context
- COLLIDING_KEYWORDS - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
- com.github.jsonldjava.core - package com.github.jsonldjava.core
- com.github.jsonldjava.impl - package com.github.jsonldjava.impl
- com.github.jsonldjava.utils - package com.github.jsonldjava.utils
- compact(Context, String, Object) - Method in class com.github.jsonldjava.core.JsonLdApi
-
Compaction Algorithm http://json-ld.org/spec/latest/json-ld-api/#compaction-algorithm
- compact(Context, String, Object, boolean) - Method in class com.github.jsonldjava.core.JsonLdApi
-
Compaction Algorithm http://json-ld.org/spec/latest/json-ld-api/#compaction-algorithm
- compact(Object, Object, JsonLdOptions) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
-
Compacts the given input using the context according to the steps in the Compaction algorithm.
- COMPACTED - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- COMPACTION_TO_LIST_OF_LISTS - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
- compactValue(String, Map) - Method in class com.github.jsonldjava.core.Context
-
Value Compaction Algorithm http://json-ld.org/spec/latest/json-ld-api/#value-compaction
- compareTo(RDFDataset.Node) - Method in class com.github.jsonldjava.core.RDFDataset.Literal
- compareTo(RDFDataset.Node) - Method in class com.github.jsonldjava.core.RDFDataset.Node
- compareTo(RDFDataset.Quad) - Method in class com.github.jsonldjava.core.RDFDataset.Quad
- CONFLICTING_INDEXES - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
- CONTAINER - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- contains(Object, String...) - Static method in class com.github.jsonldjava.utils.Obj
- Context - Class in com.github.jsonldjava.core
-
A helper class which still stores all the values in a map but gives member variables easily access certain keys
- Context() - Constructor for class com.github.jsonldjava.core.Context
- Context(JsonLdOptions) - Constructor for class com.github.jsonldjava.core.Context
- Context(Object, JsonLdOptions) - Constructor for class com.github.jsonldjava.core.Context
- Context(Map) - Constructor for class com.github.jsonldjava.core.Context
- Context(Map, JsonLdOptions) - Constructor for class com.github.jsonldjava.core.Context
- CONTEXT - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- copy() - Method in class com.github.jsonldjava.core.JsonLdOptions
-
Creates a shallow copy of this JsonLdOptions object.
- createDefaultCacheConfig() - Static method in class com.github.jsonldjava.utils.JsonUtils
- createDefaultHttpClient() - Static method in class com.github.jsonldjava.utils.JsonUtils
- createDefaultHttpClient(CacheConfig) - Static method in class com.github.jsonldjava.utils.JsonUtils
- createDefaultHttpClientBuilder(CacheConfig) - Static method in class com.github.jsonldjava.utils.JsonUtils
- CYCLIC_IRI_MAPPING - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
D
- deepCompare(Object, Object) - Static method in class com.github.jsonldjava.core.JsonLdUtils
- deepCompare(Object, Object, Boolean) - Static method in class com.github.jsonldjava.core.JsonLdUtils
- deepContains(List, Object) - Static method in class com.github.jsonldjava.core.JsonLdUtils
- DEFAULT - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- DEFAULT_COMPACT_ARRAYS - Static variable in class com.github.jsonldjava.core.JsonLdOptions
- directory - Variable in class com.github.jsonldjava.utils.JsonLdUrl
- DISALLOW_REMOTE_CONTEXT_LOADING - Static variable in class com.github.jsonldjava.core.DocumentLoader
-
Identifies a system property that can be set to "true" in order to disallow remote context loading.
- dispose() - Method in class com.github.jsonldjava.utils.JarCacheResource
- DocumentLoader - Class in com.github.jsonldjava.core
-
Resolves URLs to
RemoteDocuments. - DocumentLoader() - Constructor for class com.github.jsonldjava.core.DocumentLoader
E
- EMBED - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- EMBED_CHILDREN - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- equals(Object, Object) - Static method in class com.github.jsonldjava.utils.Obj
-
A null-safe equals check using v1.equals(v2) if they are both not null.
- escape(String, StringBuilder) - Static method in class com.github.jsonldjava.core.RDFDatasetUtils
-
Escapes the given string according to the N-Quads escape rules
- expand(Context, Object) - Method in class com.github.jsonldjava.core.JsonLdApi
-
Expansion Algorithm http://json-ld.org/spec/latest/json-ld-api/#expansion-algorithm
- expand(Context, String, Object) - Method in class com.github.jsonldjava.core.JsonLdApi
-
Expansion Algorithm http://json-ld.org/spec/latest/json-ld-api/#expansion-algorithm
- expand(Object) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
-
Expands the given input according to the steps in the Expansion algorithm, using the default
JsonLdOptions. - expand(Object, JsonLdOptions) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
-
Expands the given input according to the steps in the Expansion algorithm.
- EXPANDED - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- expandValue(String, Object) - Method in class com.github.jsonldjava.core.Context
- EXPLICIT - Static variable in class com.github.jsonldjava.core.JsonLdConsts
F
- file - Variable in class com.github.jsonldjava.utils.JsonLdUrl
- flatten(Object, JsonLdOptions) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
-
Flattens the given input and compacts it using the passed context according to the steps in the Flattening algorithm:
- flatten(Object, Object, JsonLdOptions) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
- FLATTENED - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- format - Variable in class com.github.jsonldjava.core.JsonLdOptions
- frame(Object, Object, JsonLdOptions) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
-
Frames the given input using the frame according to the steps in the Framing Algorithm.
- frame(Object, List) - Method in class com.github.jsonldjava.core.JsonLdApi
-
Performs JSON-LD framing.
- fromInputStream(InputStream) - Static method in class com.github.jsonldjava.utils.JsonUtils
-
Parses a JSON-LD document from the given
InputStreamto an object that can be used as input for theJsonLdApiandJsonLdProcessormethods.
Uses UTF-8 as the character encoding when decoding the InputStream. - fromInputStream(InputStream, String) - Static method in class com.github.jsonldjava.utils.JsonUtils
-
Parses a JSON-LD document from the given
InputStreamto an object that can be used as input for theJsonLdApiandJsonLdProcessormethods. - fromInputStream(InputStream, Charset) - Static method in class com.github.jsonldjava.utils.JsonUtils
-
Parses a JSON-LD document from the given
InputStreamto an object that can be used as input for theJsonLdApiandJsonLdProcessormethods. - fromJsonParser(JsonParser) - Static method in class com.github.jsonldjava.utils.JsonUtils
-
Parses a JSON-LD document from the given
JsonParserto an object that can be used as input for theJsonLdApiandJsonLdProcessormethods. - fromRDF(RDFDataset) - Method in class com.github.jsonldjava.core.JsonLdApi
-
Converts RDF statements into JSON-LD.
- fromRDF(RDFDataset, boolean) - Method in class com.github.jsonldjava.core.JsonLdApi
-
Converts RDF statements into JSON-LD, presuming that there are no duplicates in the dataset.
- fromRDF(Object) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
-
Converts an RDF dataset to JSON-LD, using the default
JsonLdOptions. - fromRDF(Object, JsonLdOptions) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
-
Converts an RDF dataset to JSON-LD.
- fromRDF(Object, JsonLdOptions, RDFParser) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
-
Converts an RDF dataset to JSON-LD, using a specific instance of
RDFParser. - fromRDF(Object, RDFParser) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
-
Converts an RDF dataset to JSON-LD, using a specific instance of
RDFParser, and the defaultJsonLdOptions. - fromReader(Reader) - Static method in class com.github.jsonldjava.utils.JsonUtils
-
Parses a JSON-LD document from the given
Readerto an object that can be used as input for theJsonLdApiandJsonLdProcessormethods. - fromString(String) - Static method in class com.github.jsonldjava.utils.JsonUtils
-
Parses a JSON-LD document from a string to an object that can be used as input for the
JsonLdApiandJsonLdProcessormethods. - fromURL(URL, CloseableHttpClient) - Static method in class com.github.jsonldjava.utils.JsonUtils
-
Parses a JSON-LD document, from the contents of the JSON resource resolved from the JsonLdUrl, to an object that can be used as input for the
JsonLdApiandJsonLdProcessormethods. - fromURLJavaNet(URL) - Static method in class com.github.jsonldjava.utils.JsonUtils
-
Fallback method directly using the
HttpURLConnectionclass for cases where servers do not interoperate correctly with Apache HTTPClient.
G
- get(Map, String...) - Static method in class com.github.jsonldjava.utils.Obj
-
Used to make getting values from maps embedded in maps embedded in maps easier TODO: roll out the loops for efficiency
- getAllowContainerSetOnType() - Method in class com.github.jsonldjava.core.JsonLdOptions
- getBase() - Method in class com.github.jsonldjava.core.JsonLdOptions
- getCacheConfig() - Method in class com.github.jsonldjava.utils.JarCacheStorage
- getClassLoader() - Method in class com.github.jsonldjava.utils.JarCacheStorage
- getCompactArrays() - Method in class com.github.jsonldjava.core.JsonLdOptions
- getContainer(String) - Method in class com.github.jsonldjava.core.Context
-
Retrieve container mapping.
- getContext() - Method in class com.github.jsonldjava.core.RDFDataset
-
Returns a valid context containing any namespaces set
- getDatatype() - Method in class com.github.jsonldjava.core.RDFDataset.Node
- getDefaultHttpClient() - Static method in class com.github.jsonldjava.utils.JsonUtils
- getDocument() - Method in class com.github.jsonldjava.core.RemoteDocument
-
Get the parsed resource for this document.
- getDocumentLoader() - Method in class com.github.jsonldjava.core.JsonLdOptions
- getDocumentUrl() - Method in class com.github.jsonldjava.core.RemoteDocument
-
Get the URL for this document.
- getEmbed() - Method in class com.github.jsonldjava.core.JsonLdOptions
- getEntry(String) - Method in class com.github.jsonldjava.utils.JarCacheStorage
- getExpandContext() - Method in class com.github.jsonldjava.core.JsonLdOptions
- getExplicit() - Method in class com.github.jsonldjava.core.JsonLdOptions
- getFrameExpansion() - Method in class com.github.jsonldjava.core.JsonLdOptions
- getGraph() - Method in class com.github.jsonldjava.core.RDFDataset.Quad
- getHttpClient() - Method in class com.github.jsonldjava.core.DocumentLoader
-
Get the
CloseableHttpClientwhich will be used by this DocumentLoader to resolve HTTP and HTTPS resources. - getInputStream() - Method in class com.github.jsonldjava.utils.JarCacheResource
- getInverse() - Method in class com.github.jsonldjava.core.Context
-
Inverse Context Creation http://json-ld.org/spec/latest/json-ld-api/#inverse-context-creation Generates an inverse context for use in the compaction algorithm, if not already generated for the given active context.
- getJarCache(URL) - Method in class com.github.jsonldjava.utils.JarCacheStorage
- getLanguage() - Method in class com.github.jsonldjava.core.RDFDataset.Node
- getLanguageMapping(String) - Method in class com.github.jsonldjava.core.Context
- getMessage() - Method in exception class com.github.jsonldjava.core.JsonLdError
- getNamespace(String) - Method in class com.github.jsonldjava.core.RDFDataset
- getNamespaces() - Method in class com.github.jsonldjava.core.RDFDataset
- getObject() - Method in class com.github.jsonldjava.core.RDFDataset.Quad
- getOmitDefault() - Method in class com.github.jsonldjava.core.JsonLdOptions
- getOmitGraph() - Method in class com.github.jsonldjava.core.JsonLdOptions
- getPredicate() - Method in class com.github.jsonldjava.core.RDFDataset.Quad
- getPrefixes(boolean) - Method in class com.github.jsonldjava.core.Context
-
Return a map of potential RDF prefixes based on the JSON-LD Term Definitions in this context.
- getProcessingMode() - Method in class com.github.jsonldjava.core.JsonLdOptions
- getProduceGeneralizedRdf() - Method in class com.github.jsonldjava.core.JsonLdOptions
- getPruneBlankNodeIdentifiers() - Method in class com.github.jsonldjava.core.JsonLdOptions
- getQuads(String) - Method in class com.github.jsonldjava.core.RDFDataset
- getRequireAll() - Method in class com.github.jsonldjava.core.JsonLdOptions
- getSubject() - Method in class com.github.jsonldjava.core.RDFDataset.Quad
- getType() - Method in exception class com.github.jsonldjava.core.JsonLdError
- getTypeMapping(String) - Method in class com.github.jsonldjava.core.Context
- getUseNativeTypes() - Method in class com.github.jsonldjava.core.JsonLdOptions
- getUseRdfType() - Method in class com.github.jsonldjava.core.JsonLdOptions
- getValue() - Method in class com.github.jsonldjava.core.RDFDataset.Node
- GRAPH - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- graphNames() - Method in class com.github.jsonldjava.core.RDFDataset
H
- hash - Variable in class com.github.jsonldjava.utils.JsonLdUrl
- host - Variable in class com.github.jsonldjava.utils.JsonLdUrl
- hostname - Variable in class com.github.jsonldjava.utils.JsonLdUrl
- href - Variable in class com.github.jsonldjava.utils.JsonLdUrl
I
- ID - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- INDEX - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- INVALID_BASE_IRI - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
- INVALID_CONTAINER_MAPPING - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
- INVALID_DEFAULT_LANGUAGE - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
- INVALID_EMBED_VALUE - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
- INVALID_ID_VALUE - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
- INVALID_INDEX_VALUE - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
- INVALID_INPUT - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
- INVALID_IRI_MAPPING - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
- INVALID_KEYWORD_ALIAS - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
- INVALID_LANGUAGE_MAP_VALUE - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
- INVALID_LANGUAGE_MAPPING - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
- INVALID_LANGUAGE_TAGGED_STRING - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
- INVALID_LANGUAGE_TAGGED_VALUE - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
- INVALID_LOCAL_CONTEXT - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
- INVALID_REMOTE_CONTEXT - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
- INVALID_REVERSE_PROPERTY - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
- INVALID_REVERSE_PROPERTY_MAP - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
- INVALID_REVERSE_PROPERTY_VALUE - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
- INVALID_REVERSE_VALUE - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
- INVALID_SET_OR_LIST_OBJECT - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
- INVALID_TERM_DEFINITION - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
- INVALID_TYPE_MAPPING - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
- INVALID_TYPE_VALUE - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
- INVALID_TYPED_VALUE - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
- INVALID_VALUE_OBJECT - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
- INVALID_VALUE_OBJECT_VALUE - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
- INVALID_VOCAB_MAPPING - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
- inverse - Variable in class com.github.jsonldjava.core.Context
- IRI(String) - Constructor for class com.github.jsonldjava.core.RDFDataset.IRI
- isAbsoluteIri(String) - Static method in class com.github.jsonldjava.core.JsonLdUtils
- isBlankNode() - Method in class com.github.jsonldjava.core.RDFDataset.BlankNode
- isBlankNode() - Method in class com.github.jsonldjava.core.RDFDataset.IRI
- isBlankNode() - Method in class com.github.jsonldjava.core.RDFDataset.Literal
- isBlankNode() - Method in class com.github.jsonldjava.core.RDFDataset.Node
- isIRI() - Method in class com.github.jsonldjava.core.RDFDataset.BlankNode
- isIRI() - Method in class com.github.jsonldjava.core.RDFDataset.IRI
- isIRI() - Method in class com.github.jsonldjava.core.RDFDataset.Literal
- isIRI() - Method in class com.github.jsonldjava.core.RDFDataset.Node
- isLiteral() - Method in class com.github.jsonldjava.core.RDFDataset.BlankNode
- isLiteral() - Method in class com.github.jsonldjava.core.RDFDataset.IRI
- isLiteral() - Method in class com.github.jsonldjava.core.RDFDataset.Literal
- isLiteral() - Method in class com.github.jsonldjava.core.RDFDataset.Node
- isRelativeIri(String) - Static method in class com.github.jsonldjava.core.JsonLdUtils
- isReverseProperty(String) - Method in class com.github.jsonldjava.core.Context
J
- JarCacheResource - Class in com.github.jsonldjava.utils
- JarCacheResource(URL) - Constructor for class com.github.jsonldjava.utils.JarCacheResource
- JarCacheStorage - Class in com.github.jsonldjava.utils
-
Implementation of the Apache HttpClient
HttpCacheStorageinterface usingjarcache.jsonfiles on the classpath to identify static JSON-LD resources on the classpath, to avoid retrieving them. - JarCacheStorage(ClassLoader, CacheConfig) - Constructor for class com.github.jsonldjava.utils.JarCacheStorage
- JarCacheStorage(ClassLoader, CacheConfig, HttpCacheStorage) - Constructor for class com.github.jsonldjava.utils.JarCacheStorage
- JSON_LD_1_0 - Static variable in class com.github.jsonldjava.core.JsonLdOptions
- JSON_LD_1_1 - Static variable in class com.github.jsonldjava.core.JsonLdOptions
- JSONLD_JAVA_USER_AGENT - Static variable in class com.github.jsonldjava.utils.JsonUtils
-
The user agent used by the default
CloseableHttpClient. - JsonLdApi - Class in com.github.jsonldjava.core
-
A container object to maintain state relating to JsonLdOptions and the current Context, and push these into the relevant algorithms in JsonLdProcessor as necessary.
- JsonLdApi() - Constructor for class com.github.jsonldjava.core.JsonLdApi
-
Constructs an empty JsonLdApi object using the default JsonLdOptions, and without initialization.
- JsonLdApi(JsonLdOptions) - Constructor for class com.github.jsonldjava.core.JsonLdApi
-
Constructs an empty JsonLdApi object using the given JsonLdOptions, and without initialization.
- JsonLdApi(Object, JsonLdOptions) - Constructor for class com.github.jsonldjava.core.JsonLdApi
-
Constructs a JsonLdApi object using the given object as the initial JSON-LD object, and the given JsonLdOptions.
- JsonLdApi(Object, Object, JsonLdOptions) - Constructor for class com.github.jsonldjava.core.JsonLdApi
-
Constructs a JsonLdApi object using the given object as the initial JSON-LD object, the given context, and the given JsonLdOptions.
- JsonLdConsts - Class in com.github.jsonldjava.core
-
URI Constants used in the JSON-LD parser.
- JsonLdConsts() - Constructor for class com.github.jsonldjava.core.JsonLdConsts
- JsonLdConsts.Embed - Enum Class in com.github.jsonldjava.core
- JsonLdError - Exception Class in com.github.jsonldjava.core
- JsonLdError(JsonLdError.Error) - Constructor for exception class com.github.jsonldjava.core.JsonLdError
- JsonLdError(JsonLdError.Error, Object) - Constructor for exception class com.github.jsonldjava.core.JsonLdError
- JsonLdError(JsonLdError.Error, Object, Throwable) - Constructor for exception class com.github.jsonldjava.core.JsonLdError
- JsonLdError(JsonLdError.Error, Throwable) - Constructor for exception class com.github.jsonldjava.core.JsonLdError
- JsonLdError.Error - Enum Class in com.github.jsonldjava.core
- JsonLdOptions - Class in com.github.jsonldjava.core
-
The JsonLdOptions type as specified in the JSON-LD- API specification.
- JsonLdOptions() - Constructor for class com.github.jsonldjava.core.JsonLdOptions
-
Constructs an instance of JsonLdOptions using an empty base.
- JsonLdOptions(String) - Constructor for class com.github.jsonldjava.core.JsonLdOptions
-
Constructs an instance of JsonLdOptions using the given base.
- JsonLdProcessor - Class in com.github.jsonldjava.core
-
This class implements the JsonLdProcessor interface, except that it does not currently support asynchronous processing, and hence does not return Promises, instead directly returning the results.
- JsonLdProcessor() - Constructor for class com.github.jsonldjava.core.JsonLdProcessor
- JsonLdTripleCallback - Interface in com.github.jsonldjava.core
- JsonLdUrl - Class in com.github.jsonldjava.utils
- JsonLdUrl() - Constructor for class com.github.jsonldjava.utils.JsonLdUrl
- JsonLdUtils - Class in com.github.jsonldjava.core
- JsonLdUtils() - Constructor for class com.github.jsonldjava.core.JsonLdUtils
- JsonUtils - Class in com.github.jsonldjava.utils
-
Functions used to make loading, parsing, and serializing JSON easy using Jackson.
K
- KEYWORD_REDEFINITION - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
L
- LANGUAGE - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- LAST - Enum constant in enum class com.github.jsonldjava.core.JsonLdConsts.Embed
- length() - Method in class com.github.jsonldjava.utils.JarCacheResource
- LINK - Enum constant in enum class com.github.jsonldjava.core.JsonLdConsts.Embed
- LIST - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- LIST_OF_LISTS - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
- Literal(String, String, String) - Constructor for class com.github.jsonldjava.core.RDFDataset.Literal
- loadDocument(String) - Method in class com.github.jsonldjava.core.DocumentLoader
-
Loads the URL if possible, returning it as a RemoteDocument.
- LOADING_DOCUMENT_FAILED - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
- LOADING_INJECTED_CONTEXT_FAILED - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
- LOADING_REMOTE_CONTEXT_FAILED - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
M
- MULTIPLE_CONTEXT_LINK_HEADERS - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
N
- NEVER - Enum constant in enum class com.github.jsonldjava.core.JsonLdConsts.Embed
- newMap() - Static method in class com.github.jsonldjava.utils.Obj
-
Helper function for creating maps and tuning them as necessary.
- newMap(String, Object) - Static method in class com.github.jsonldjava.utils.Obj
-
Helper function for creating maps and tuning them as necessary.
- Node() - Constructor for class com.github.jsonldjava.core.RDFDataset.Node
- NONE - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- normalize(Object) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
-
Performs RDF dataset normalization on the given JSON-LD input.
- normalize(Object, JsonLdOptions) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
-
Performs RDF dataset normalization on the given JSON-LD input.
- normalize(Map) - Method in class com.github.jsonldjava.core.JsonLdApi
-
Performs RDF normalization on the given JSON-LD input.
- normalizedPath - Variable in class com.github.jsonldjava.utils.JsonLdUrl
- NOT_IMPLEMENTED - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
- NQuadRDFParser - Class in com.github.jsonldjava.impl
- NQuadRDFParser() - Constructor for class com.github.jsonldjava.impl.NQuadRDFParser
- NQuadTripleCallback - Class in com.github.jsonldjava.impl
- NQuadTripleCallback() - Constructor for class com.github.jsonldjava.impl.NQuadTripleCallback
- NULL - Static variable in class com.github.jsonldjava.core.JsonLdConsts
O
- Obj - Class in com.github.jsonldjava.utils
- Obj() - Constructor for class com.github.jsonldjava.utils.Obj
- OMIT_DEFAULT - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- outputForm - Variable in class com.github.jsonldjava.core.JsonLdOptions
P
- parse(Object) - Method in class com.github.jsonldjava.core.Context
- parse(Object) - Method in interface com.github.jsonldjava.core.RDFParser
-
Parse the input into the internal RDF Dataset format The format is a Map with the following structure: { GRAPH_1: [ TRIPLE_1, TRIPLE_2, ..., TRIPLE_N ], GRAPH_2: [ TRIPLE_1, TRIPLE_2, ..., TRIPLE_N ], ...
- parse(Object) - Method in class com.github.jsonldjava.impl.NQuadRDFParser
- parse(Object, List) - Method in class com.github.jsonldjava.core.Context
-
Context Processing Algorithm http://json-ld.org/spec/latest/json-ld-api/#context-processing-algorithms
- parse(String) - Static method in class com.github.jsonldjava.utils.JsonLdUrl
- PARSE_ERROR - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
- parseContext(Object) - Method in class com.github.jsonldjava.core.RDFDataset
-
parses a context object and sets any namespaces found within it
- parseNQuads(String) - Static method in class com.github.jsonldjava.core.RDFDatasetUtils
-
Parses RDF in the form of N-Quads.
- password - Variable in class com.github.jsonldjava.utils.JsonLdUrl
- path - Variable in class com.github.jsonldjava.utils.JsonLdUrl
- pathname - Variable in class com.github.jsonldjava.utils.JsonLdUrl
- port - Variable in class com.github.jsonldjava.utils.JsonLdUrl
- PRESERVE - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- protocol - Variable in class com.github.jsonldjava.utils.JsonLdUrl
- put(Object, String, Object) - Static method in class com.github.jsonldjava.utils.Obj
- put(Object, String, String, Object) - Static method in class com.github.jsonldjava.utils.Obj
- put(Object, String, String, String, Object) - Static method in class com.github.jsonldjava.utils.Obj
- put(Object, String, String, String, String, Object) - Static method in class com.github.jsonldjava.utils.Obj
- putEntry(String, HttpCacheEntry) - Method in class com.github.jsonldjava.utils.JarCacheStorage
Q
- Quad(RDFDataset.Node, RDFDataset.Node, RDFDataset.Node, String) - Constructor for class com.github.jsonldjava.core.RDFDataset.Quad
- Quad(String, String, String, String) - Constructor for class com.github.jsonldjava.core.RDFDataset.Quad
- Quad(String, String, String, String, String, String) - Constructor for class com.github.jsonldjava.core.RDFDataset.Quad
- query - Variable in class com.github.jsonldjava.utils.JsonLdUrl
R
- RDF_FIRST - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- RDF_LANGSTRING - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- RDF_LIST - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- RDF_NIL - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- RDF_OBJECT - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- RDF_PLAIN_LITERAL - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- RDF_REST - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- RDF_SCHEMA_NS - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- RDF_SYNTAX_NS - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- RDF_TYPE - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- RDF_XML_LITERAL - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- RDFDataset - Class in com.github.jsonldjava.core
-
Starting to migrate away from using plain java Maps as the internal RDF dataset store.
- RDFDataset() - Constructor for class com.github.jsonldjava.core.RDFDataset
- RDFDataset(JsonLdApi) - Constructor for class com.github.jsonldjava.core.RDFDataset
- RDFDataset.BlankNode - Class in com.github.jsonldjava.core
- RDFDataset.IRI - Class in com.github.jsonldjava.core
- RDFDataset.Literal - Class in com.github.jsonldjava.core
- RDFDataset.Node - Class in com.github.jsonldjava.core
- RDFDataset.Quad - Class in com.github.jsonldjava.core
- RDFDatasetUtils - Class in com.github.jsonldjava.core
- RDFDatasetUtils() - Constructor for class com.github.jsonldjava.core.RDFDatasetUtils
- RDFParser - Interface in com.github.jsonldjava.core
-
Interface for parsing RDF into the RDF Dataset objects to be used by JSONLD.fromRDF
- RECURSIVE_CONTEXT_INCLUSION - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
- registerRDFParser(String, RDFParser) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
- relative - Variable in class com.github.jsonldjava.utils.JsonLdUrl
- RemoteDocument - Class in com.github.jsonldjava.core
-
Encapsulates a URL along with the parsed resource matching the URL.
- RemoteDocument(String, Object) - Constructor for class com.github.jsonldjava.core.RemoteDocument
-
Create a new RemoteDocument with the URL and the parsed resource for the document.
- remove(Object, String, String) - Static method in class com.github.jsonldjava.utils.Obj
- removeBase(Object, String) - Static method in class com.github.jsonldjava.utils.JsonLdUrl
- removeDotSegments(String, boolean) - Static method in class com.github.jsonldjava.utils.JsonLdUrl
-
Removes dot segments from a JsonLdUrl path.
- removeEntry(String) - Method in class com.github.jsonldjava.utils.JarCacheStorage
- removeRDFParser(String) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
- REQUIRE_ALL - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- resolve(String, String) - Static method in class com.github.jsonldjava.utils.JsonLdUrl
- REVERSE - Static variable in class com.github.jsonldjava.core.JsonLdConsts
S
- serialize() - Method in class com.github.jsonldjava.core.Context
-
Deprecated.
- SET - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- setAllowContainerSetOnType(Boolean) - Method in class com.github.jsonldjava.core.JsonLdOptions
- setBase(String) - Method in class com.github.jsonldjava.core.JsonLdOptions
- setClassLoader(ClassLoader) - Method in class com.github.jsonldjava.utils.JarCacheStorage
-
Sets the ClassLoader used internally to a new value, or null to use
Thread.currentThread()andThread.getContextClassLoader()for each access. - setCompactArrays(Boolean) - Method in class com.github.jsonldjava.core.JsonLdOptions
- setDocumentLoader(DocumentLoader) - Method in class com.github.jsonldjava.core.JsonLdOptions
- setEmbed(JsonLdConsts.Embed) - Method in class com.github.jsonldjava.core.JsonLdOptions
- setEmbed(Boolean) - Method in class com.github.jsonldjava.core.JsonLdOptions
- setEmbed(String) - Method in class com.github.jsonldjava.core.JsonLdOptions
- setExpandContext(Object) - Method in class com.github.jsonldjava.core.JsonLdOptions
- setExplicit(Boolean) - Method in class com.github.jsonldjava.core.JsonLdOptions
- setFrameExpansion(Boolean) - Method in class com.github.jsonldjava.core.JsonLdOptions
- setHttpClient(CloseableHttpClient) - Method in class com.github.jsonldjava.core.DocumentLoader
-
Call this method to override the default CloseableHttpClient provided by JsonUtils.getDefaultHttpClient.
- setNamespace(String, String) - Method in class com.github.jsonldjava.core.RDFDataset
- setOmitDefault(Boolean) - Method in class com.github.jsonldjava.core.JsonLdOptions
- setOmitGraph(Boolean) - Method in class com.github.jsonldjava.core.JsonLdOptions
- setProcessingMode(String) - Method in class com.github.jsonldjava.core.JsonLdOptions
- setProduceGeneralizedRdf(Boolean) - Method in class com.github.jsonldjava.core.JsonLdOptions
- setPruneBlankNodeIdentifiers(Boolean) - Method in class com.github.jsonldjava.core.JsonLdOptions
- setRequireAll(Boolean) - Method in class com.github.jsonldjava.core.JsonLdOptions
- setUseNativeTypes(Boolean) - Method in class com.github.jsonldjava.core.JsonLdOptions
- setUseRdfType(Boolean) - Method in class com.github.jsonldjava.core.JsonLdOptions
- SYNTAX_ERROR - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
T
- TEXT_TURTLE - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- toNQuads(RDFDataset) - Static method in class com.github.jsonldjava.core.RDFDatasetUtils
- toNQuads(RDFDataset, StringBuilder) - Static method in class com.github.jsonldjava.core.RDFDatasetUtils
- toPrettyString(Object) - Static method in class com.github.jsonldjava.utils.JsonUtils
-
Writes the given JSON-LD Object out to a String, using indentation and new lines to improve readability.
- toRDF() - Method in class com.github.jsonldjava.core.JsonLdApi
-
Adds RDF triples for each graph in the current node map to an RDF dataset.
- toRDF(Object) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
-
Outputs the RDF dataset found in the given JSON-LD object, using the default
JsonLdOptions. - toRDF(Object, JsonLdOptions) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
-
Outputs the RDF dataset found in the given JSON-LD object.
- toRDF(Object, JsonLdTripleCallback) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
-
Outputs the RDF dataset found in the given JSON-LD object, using the default
JsonLdOptions. - toRDF(Object, JsonLdTripleCallback, JsonLdOptions) - Static method in class com.github.jsonldjava.core.JsonLdProcessor
-
Outputs the RDF dataset found in the given JSON-LD object.
- toString() - Method in enum class com.github.jsonldjava.core.JsonLdError.Error
- toString(Object) - Static method in class com.github.jsonldjava.utils.JsonUtils
-
Writes the given JSON-LD Object out to a String.
- TYPE - Static variable in class com.github.jsonldjava.core.JsonLdConsts
U
- unescape(String) - Static method in class com.github.jsonldjava.core.RDFDatasetUtils
- UNKNOWN_ERROR - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
- UNKNOWN_FORMAT - Enum constant in enum class com.github.jsonldjava.core.JsonLdError.Error
- updateEntry(String, HttpCacheUpdateCallback) - Method in class com.github.jsonldjava.utils.JarCacheStorage
- useNamespaces - Variable in class com.github.jsonldjava.core.JsonLdOptions
- user - Variable in class com.github.jsonldjava.utils.JsonLdUrl
V
- VALUE - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- valueOf(String) - Static method in enum class com.github.jsonldjava.core.JsonLdConsts.Embed
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github.jsonldjava.core.JsonLdError.Error
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.github.jsonldjava.core.JsonLdConsts.Embed
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github.jsonldjava.core.JsonLdError.Error
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VOCAB - Static variable in class com.github.jsonldjava.core.JsonLdConsts
W
- write(Writer, Object) - Static method in class com.github.jsonldjava.utils.JsonUtils
-
Writes the given JSON-LD Object out to the given Writer.
- writePrettyPrint(Writer, Object) - Static method in class com.github.jsonldjava.utils.JsonUtils
-
Writes the given JSON-LD Object out to the given Writer, using indentation and new lines to improve readability.
X
- XSD_ANYTYPE - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- XSD_ANYURI - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- XSD_BOOLEAN - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- XSD_DECIMAL - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- XSD_DOUBLE - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- XSD_FLOAT - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- XSD_INTEGER - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- XSD_NS - Static variable in class com.github.jsonldjava.core.JsonLdConsts
- XSD_STRING - Static variable in class com.github.jsonldjava.core.JsonLdConsts
_
- _iriCompactionStep5point4(String, Object, String, String, Map) - Static method in class com.github.jsonldjava.core.Context
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form