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
Subclasses with type arguments of type JsonLdOptions.RdfDirection in no.hasmac.jsonldFields in no.hasmac.jsonld declared as JsonLdOptions.RdfDirectionMethods in no.hasmac.jsonld that return JsonLdOptions.RdfDirectionModifier and TypeMethodDescriptionJsonLdOptions.getRdfDirection()static JsonLdOptions.RdfDirectionReturns 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 TypeMethodDescriptionvoidJsonLdOptions.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.RdfDirectionJsonLdToRdf.rdfDirectionprivate JsonLdOptions.RdfDirectionListToRdf.rdfDirectionprivate JsonLdOptions.RdfDirectionObjectToRdf.rdfDirectionMethods 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.RdfDirectionRdfToJsonld.rdfDirectionprivate JsonLdOptions.RdfDirectionRdfToObject.rdfDirectionMethods in no.hasmac.jsonld.serialization with parameters of type JsonLdOptions.RdfDirectionModifier and TypeMethodDescriptionRdfToJsonld.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.RdfDirectionModifierConstructorDescriptionprivateRdfToObject(RdfValue object, JsonLdOptions.RdfDirection rdfDirection, boolean useNativeTypes)