Uses of Class
no.hasmac.jsonld.JsonLdOptions.RdfDirection
-
Packages that use JsonLdOptions.RdfDirection Package Description no.hasmac.jsonld Provides APIs to process JSON-LD.no.hasmac.jsonld.api no.hasmac.jsonld.deseralization Deserialize JSON-LD to RDF Algorithm.no.hasmac.jsonld.serialization Serialize RDF as JSON-LD Algorithm. -
-
Uses of JsonLdOptions.RdfDirection in no.hasmac.jsonld
Fields in no.hasmac.jsonld declared as JsonLdOptions.RdfDirection Modifier and Type Field Description private JsonLdOptions.RdfDirection
JsonLdOptions. rdfDirection
Methods in no.hasmac.jsonld that return JsonLdOptions.RdfDirection Modifier and Type Method Description JsonLdOptions.RdfDirection
JsonLdOptions. getRdfDirection()
static JsonLdOptions.RdfDirection
JsonLdOptions.RdfDirection. valueOf(java.lang.String name)
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.RdfDirection Modifier and Type Method Description void
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.RdfDirection Modifier and Type Method Description ToRdfApi
ToRdfApi. 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.RdfDirection Modifier and Type Field Description private 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.RdfDirection Modifier and Type Method Description JsonLdToRdf<Triple,Quad,Iri,Bnode,Resource,Literal,Value>
JsonLdToRdf. rdfDirection(JsonLdOptions.RdfDirection rdfDirection)
ListToRdf<Triple,Quad,Iri,Bnode,Resource,Literal,Value>
ListToRdf. rdfDirection(JsonLdOptions.RdfDirection rdfDirection)
ObjectToRdf<Triple,Quad,Iri,Bnode,Resource,Literal,Value>
ObjectToRdf. rdfDirection(JsonLdOptions.RdfDirection rdfDirection)
-
Uses of JsonLdOptions.RdfDirection in no.hasmac.jsonld.serialization
Fields in no.hasmac.jsonld.serialization declared as JsonLdOptions.RdfDirection Modifier and Type Field Description private JsonLdOptions.RdfDirection
RdfToJsonld. rdfDirection
private JsonLdOptions.RdfDirection
RdfToObject. rdfDirection
Methods in no.hasmac.jsonld.serialization with parameters of type JsonLdOptions.RdfDirection Modifier and Type Method Description RdfToJsonld
RdfToJsonld. 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.RdfDirection Constructor Description RdfToObject(RdfValue object, JsonLdOptions.RdfDirection rdfDirection, boolean useNativeTypes)
-