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 JsonLdVersionprocessingModeprivate JsonLdOptions.RdfDirectionrdfDirectionprivate booleanuseNativeTypesprivate RdfValuevalue
-
Constructor Summary
Constructors Modifier Constructor Description privateRdfToObject(RdfValue object, JsonLdOptions.RdfDirection rdfDirection, boolean useNativeTypes)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.json.JsonObjectbuild()RdfToObjectprocessingMode(JsonLdVersion processingMode)static RdfToObjectwith(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
-
-