Uses of Enum
no.hasmac.jsonld.JsonLdOptions.RdfDirection
Packages that use JsonLdOptions.RdfDirection
Package
Description
Provides APIs to process JSON-LD.
Deserialize JSON-LD to RDF Algorithm.
Serialize RDF as JSON-LD Algorithm.
-
Uses of JsonLdOptions.RdfDirection in no.hasmac.jsonld
Fields in no.hasmac.jsonld declared as JsonLdOptions.RdfDirectionMethods in no.hasmac.jsonld that return JsonLdOptions.RdfDirectionModifier and TypeMethodDescriptionJsonLdOptions.getRdfDirection()
static JsonLdOptions.RdfDirection
Returns the enum constant of this type with the specified name.static JsonLdOptions.RdfDirection[]
JsonLdOptions.RdfDirection.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in no.hasmac.jsonld with parameters of type JsonLdOptions.RdfDirectionModifier and TypeMethodDescriptionvoid
JsonLdOptions.setRdfDirection
(JsonLdOptions.RdfDirection rdfDirection) -
Uses of JsonLdOptions.RdfDirection in no.hasmac.jsonld.api
Methods in no.hasmac.jsonld.api with parameters of type JsonLdOptions.RdfDirectionModifier and TypeMethodDescriptionToRdfApi.rdfDirection
(JsonLdOptions.RdfDirection direction) Determines how value objects containing a base direction are transformed to and from RDF. -
Uses of JsonLdOptions.RdfDirection in no.hasmac.jsonld.deseralization
Fields in no.hasmac.jsonld.deseralization declared as JsonLdOptions.RdfDirectionModifier and TypeFieldDescriptionprivate JsonLdOptions.RdfDirection
JsonLdToRdf.rdfDirection
private JsonLdOptions.RdfDirection
ListToRdf.rdfDirection
private JsonLdOptions.RdfDirection
ObjectToRdf.rdfDirection
Methods in no.hasmac.jsonld.deseralization with parameters of type JsonLdOptions.RdfDirectionModifier and TypeMethodDescriptionJsonLdToRdf.rdfDirection
(JsonLdOptions.RdfDirection rdfDirection) ListToRdf.rdfDirection
(JsonLdOptions.RdfDirection rdfDirection) ObjectToRdf.rdfDirection
(JsonLdOptions.RdfDirection rdfDirection) -
Uses of JsonLdOptions.RdfDirection in no.hasmac.jsonld.serialization
Fields in no.hasmac.jsonld.serialization declared as JsonLdOptions.RdfDirectionModifier and TypeFieldDescriptionprivate JsonLdOptions.RdfDirection
RdfToJsonld.rdfDirection
private JsonLdOptions.RdfDirection
RdfToObject.rdfDirection
Methods in no.hasmac.jsonld.serialization with parameters of type JsonLdOptions.RdfDirectionModifier and TypeMethodDescriptionRdfToJsonld.rdfDirection
(JsonLdOptions.RdfDirection rdfDirection) static RdfToObject
RdfToObject.with
(RdfValue object, JsonLdOptions.RdfDirection rdfDirection, boolean useNativeTypes) Constructors in no.hasmac.jsonld.serialization with parameters of type JsonLdOptions.RdfDirectionModifierConstructorDescriptionprivate
RdfToObject
(RdfValue object, JsonLdOptions.RdfDirection rdfDirection, boolean useNativeTypes)