Class RdfToJsonld
- java.lang.Object
-
- com.apicatalog.jsonld.serialization.RdfToJsonld
-
@Deprecated public final class RdfToJsonld extends java.lang.ObjectDeprecated.
-
-
Field Summary
Fields Modifier and Type Field Description private RdfDatasetdatasetDeprecated.private booleanorderedDeprecated.private JsonLdVersionprocessingModeDeprecated.private JsonLdOptions.RdfDirectionrdfDirectionDeprecated.private UriValidationPolicyuriValidationDeprecated.private booleanuseNativeTypesDeprecated.private booleanuseRdfTypeDeprecated.
-
Constructor Summary
Constructors Modifier Constructor Description privateRdfToJsonld(RdfDataset dataset)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description jakarta.json.JsonArraybuild()Deprecated.RdfToJsonldordered(boolean ordered)Deprecated.RdfToJsonldprocessingMode(JsonLdVersion processingMode)Deprecated.RdfToJsonldrdfDirection(JsonLdOptions.RdfDirection rdfDirection)Deprecated.RdfToJsonlduriValidation(boolean enabled)Deprecated.since 1.5.0, useRdfToJsonld#uriValidation(com.apicatalog.jsonld.uri.UriValidationPolicy)RdfToJsonlduriValidation(UriValidationPolicy uriValidation)Deprecated.RdfToJsonlduseNativeTypes(boolean useNativeTypes)Deprecated.RdfToJsonlduseRdfType(boolean useRdfType)Deprecated.static RdfToJsonldwith(RdfDataset dataset)Deprecated.
-
-
-
Field Detail
-
dataset
private final RdfDataset dataset
Deprecated.
-
ordered
private boolean ordered
Deprecated.
-
rdfDirection
private JsonLdOptions.RdfDirection rdfDirection
Deprecated.
-
useNativeTypes
private boolean useNativeTypes
Deprecated.
-
useRdfType
private boolean useRdfType
Deprecated.
-
uriValidation
private UriValidationPolicy uriValidation
Deprecated.
-
processingMode
private JsonLdVersion processingMode
Deprecated.
-
-
Constructor Detail
-
RdfToJsonld
private RdfToJsonld(RdfDataset dataset)
Deprecated.
-
-
Method Detail
-
with
public static final RdfToJsonld with(RdfDataset dataset)
Deprecated.
-
ordered
public RdfToJsonld ordered(boolean ordered)
Deprecated.
-
rdfDirection
public RdfToJsonld rdfDirection(JsonLdOptions.RdfDirection rdfDirection)
Deprecated.
-
useNativeTypes
public RdfToJsonld useNativeTypes(boolean useNativeTypes)
Deprecated.
-
useRdfType
public RdfToJsonld useRdfType(boolean useRdfType)
Deprecated.
-
processingMode
public RdfToJsonld processingMode(JsonLdVersion processingMode)
Deprecated.
-
uriValidation
@Deprecated public RdfToJsonld uriValidation(boolean enabled)
Deprecated.since 1.5.0, useRdfToJsonld#uriValidation(com.apicatalog.jsonld.uri.UriValidationPolicy)
-
uriValidation
public RdfToJsonld uriValidation(UriValidationPolicy uriValidation)
Deprecated.
-
build
public jakarta.json.JsonArray build() throws JsonLdErrorDeprecated.- Throws:
JsonLdError
-
-