Package no.hasmac.jsonld.serialization
Class RdfToObject
- java.lang.Object
-
- no.hasmac.jsonld.serialization.RdfToObject
-
final class RdfToObject extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private JsonLdVersion
processingMode
private JsonLdOptions.RdfDirection
rdfDirection
private boolean
useNativeTypes
private RdfValue
value
-
Constructor Summary
Constructors Modifier Constructor Description private
RdfToObject(RdfValue object, JsonLdOptions.RdfDirection rdfDirection, boolean useNativeTypes)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.json.JsonObject
build()
RdfToObject
processingMode(JsonLdVersion processingMode)
static RdfToObject
with(RdfValue object, JsonLdOptions.RdfDirection rdfDirection, boolean useNativeTypes)
-
-
-
Field Detail
-
value
private RdfValue value
-
rdfDirection
private JsonLdOptions.RdfDirection rdfDirection
-
useNativeTypes
private boolean useNativeTypes
-
processingMode
private JsonLdVersion processingMode
-
-
Constructor Detail
-
RdfToObject
private RdfToObject(RdfValue object, JsonLdOptions.RdfDirection rdfDirection, boolean useNativeTypes)
-
-
Method Detail
-
with
public static RdfToObject with(RdfValue object, JsonLdOptions.RdfDirection rdfDirection, boolean useNativeTypes)
-
processingMode
public RdfToObject processingMode(JsonLdVersion processingMode)
-
build
public jakarta.json.JsonObject build() throws JsonLdError
- Throws:
JsonLdError
-
-