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
Fields in com.apicatalog.jsonld declared as JsonLdEmbed Modifier and Type Field Description private JsonLdEmbedJsonLdOptions. embedMethods in com.apicatalog.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 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
Fields in com.apicatalog.jsonld.framing declared as JsonLdEmbed Modifier and Type Field Description private JsonLdEmbedFramingState. embedMethods 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)
-