Uses of Enum
no.hasmac.jsonld.JsonLdEmbed
Packages that use JsonLdEmbed
Package
Description
Provides APIs to process JSON-LD.
Framing Algorithms.
-
Uses of JsonLdEmbed in no.hasmac.jsonld
Fields in no.hasmac.jsonld declared as JsonLdEmbedMethods in no.hasmac.jsonld that return JsonLdEmbedModifier and TypeMethodDescriptionJsonLdOptions.getEmbed()
static JsonLdEmbed
Returns the enum constant of this type with the specified name.static JsonLdEmbed[]
JsonLdEmbed.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 JsonLdEmbed -
Uses of JsonLdEmbed in no.hasmac.jsonld.api
Methods in no.hasmac.jsonld.api with parameters of type JsonLdEmbed -
Uses of JsonLdEmbed in no.hasmac.jsonld.framing
Fields in no.hasmac.jsonld.framing declared as JsonLdEmbedMethods in no.hasmac.jsonld.framing that return JsonLdEmbedModifier and TypeMethodDescriptionFrame.getEmbed
(JsonLdEmbed defaultValue) FramingState.getEmbed()
Methods in no.hasmac.jsonld.framing with parameters of type JsonLdEmbedModifier and TypeMethodDescriptionFrame.getEmbed
(JsonLdEmbed defaultValue) void
FramingState.setEmbed
(JsonLdEmbed embed)