Uses of Class
com.apicatalog.jsonld.JsonLdEmbed
-
Packages that use JsonLdEmbed Package Description com.apicatalog.jsonld Provides APIs to process JSON-LD.com.apicatalog.jsonld.api com.apicatalog.jsonld.framing Framing Algorithms. -
-
Uses of JsonLdEmbed in com.apicatalog.jsonld
Methods in com.apicatalog.jsonld that return JsonLdEmbed Modifier and Type Method Description JsonLdEmbedJsonLdOptions. getEmbed()static JsonLdEmbedJsonLdEmbed. valueOf(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 com.apicatalog.jsonld with parameters of type JsonLdEmbed Modifier and Type Method Description voidJsonLdOptions. setEmbed(JsonLdEmbed embed) -
Uses of JsonLdEmbed in com.apicatalog.jsonld.api
Methods in com.apicatalog.jsonld.api with parameters of type JsonLdEmbed Modifier and Type Method Description FramingApiFramingApi. embed(JsonLdEmbed value) -
Uses of JsonLdEmbed in com.apicatalog.jsonld.framing
Methods in com.apicatalog.jsonld.framing that return JsonLdEmbed Modifier and Type Method Description JsonLdEmbedFrame. getEmbed(JsonLdEmbed defaultValue)JsonLdEmbedFramingState. getEmbed()Methods in com.apicatalog.jsonld.framing with parameters of type JsonLdEmbed Modifier and Type Method Description JsonLdEmbedFrame. getEmbed(JsonLdEmbed defaultValue)voidFramingState. setEmbed(JsonLdEmbed embed)
-