Uses of Class
no.hasmac.jsonld.JsonLdEmbed
-
Packages that use JsonLdEmbed Package Description no.hasmac.jsonld Provides APIs to process JSON-LD.no.hasmac.jsonld.api no.hasmac.jsonld.framing Framing Algorithms. -
-
Uses of JsonLdEmbed in no.hasmac.jsonld
Fields in no.hasmac.jsonld declared as JsonLdEmbed Modifier and Type Field Description private JsonLdEmbedJsonLdOptions. embedMethods in no.hasmac.jsonld that return JsonLdEmbed Modifier and Type Method Description JsonLdEmbedJsonLdOptions. getEmbed()static JsonLdEmbedJsonLdEmbed. valueOf(java.lang.String name)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 Modifier and Type Method Description voidJsonLdOptions. setEmbed(JsonLdEmbed embed) -
Uses of JsonLdEmbed in no.hasmac.jsonld.api
Methods in no.hasmac.jsonld.api with parameters of type JsonLdEmbed Modifier and Type Method Description FramingApiFramingApi. embed(JsonLdEmbed value) -
Uses of JsonLdEmbed in no.hasmac.jsonld.framing
Fields in no.hasmac.jsonld.framing declared as JsonLdEmbed Modifier and Type Field Description private JsonLdEmbedFramingState. embedMethods in no.hasmac.jsonld.framing that return JsonLdEmbed Modifier and Type Method Description JsonLdEmbedFrame. getEmbed(JsonLdEmbed defaultValue)JsonLdEmbedFramingState. getEmbed()Methods in no.hasmac.jsonld.framing with parameters of type JsonLdEmbed Modifier and Type Method Description JsonLdEmbedFrame. getEmbed(JsonLdEmbed defaultValue)voidFramingState. setEmbed(JsonLdEmbed embed)
-