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.jsonldMethods 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
Methods in no.hasmac.jsonld.deseralization with parameters of type JsonLdOptions.RdfDirectionModifier and TypeMethodDescriptionJsonLdToRdf.rdfDirection(JsonLdOptions.RdfDirection rdfDirection) -
Uses of JsonLdOptions.RdfDirection in no.hasmac.jsonld.serialization
Methods in no.hasmac.jsonld.serialization with parameters of type JsonLdOptions.RdfDirectionModifier and TypeMethodDescriptionRdfToJsonld.rdfDirection(JsonLdOptions.RdfDirection rdfDirection)