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.RdfDirectionJsonLdOptions. rdfDirectionMethods in no.hasmac.jsonld that return JsonLdOptions.RdfDirection Modifier and Type Method Description JsonLdOptions.RdfDirectionJsonLdOptions. getRdfDirection()static JsonLdOptions.RdfDirectionJsonLdOptions.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 voidJsonLdOptions. 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 ToRdfApiToRdfApi. 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.RdfDirectionJsonLdToRdf. rdfDirectionprivate JsonLdOptions.RdfDirectionListToRdf. rdfDirectionprivate JsonLdOptions.RdfDirectionObjectToRdf. rdfDirectionMethods 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.RdfDirectionRdfToJsonld. rdfDirectionprivate JsonLdOptions.RdfDirectionRdfToObject. rdfDirectionMethods in no.hasmac.jsonld.serialization with parameters of type JsonLdOptions.RdfDirection Modifier and Type Method Description RdfToJsonldRdfToJsonld. rdfDirection(JsonLdOptions.RdfDirection rdfDirection)static RdfToObjectRdfToObject. 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)
-