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 JsonLdEmbed
JsonLdOptions. embed
Methods in no.hasmac.jsonld that return JsonLdEmbed Modifier and Type Method Description JsonLdEmbed
JsonLdOptions. getEmbed()
static JsonLdEmbed
JsonLdEmbed. 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 void
JsonLdOptions. 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 FramingApi
FramingApi. 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 JsonLdEmbed
FramingState. embed
Methods in no.hasmac.jsonld.framing that return JsonLdEmbed Modifier and Type Method Description JsonLdEmbed
Frame. getEmbed(JsonLdEmbed defaultValue)
JsonLdEmbed
FramingState. getEmbed()
Methods in no.hasmac.jsonld.framing with parameters of type JsonLdEmbed Modifier and Type Method Description JsonLdEmbed
Frame. getEmbed(JsonLdEmbed defaultValue)
void
FramingState. setEmbed(JsonLdEmbed embed)
-