Uses of Class
com.github.jsonldjava.core.JsonLdConsts.Embed
-
Packages that use JsonLdConsts.Embed Package Description com.github.jsonldjava.core -
-
Uses of JsonLdConsts.Embed in com.github.jsonldjava.core
Fields in com.github.jsonldjava.core declared as JsonLdConsts.Embed Modifier and Type Field Description JsonLdConsts.EmbedJsonLdApi.FramingContext. embedprivate JsonLdConsts.EmbedJsonLdOptions. embedMethods in com.github.jsonldjava.core that return JsonLdConsts.Embed Modifier and Type Method Description (package private) JsonLdConsts.EmbedJsonLdOptions. getEmbedVal()private JsonLdConsts.EmbedJsonLdApi. getFrameEmbed(java.util.Map<java.lang.String,java.lang.Object> frame, JsonLdConsts.Embed thedefault)static JsonLdConsts.EmbedJsonLdConsts.Embed. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JsonLdConsts.Embed[]JsonLdConsts.Embed. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.jsonldjava.core with parameters of type JsonLdConsts.Embed Modifier and Type Method Description private JsonLdConsts.EmbedJsonLdApi. getFrameEmbed(java.util.Map<java.lang.String,java.lang.Object> frame, JsonLdConsts.Embed thedefault)voidJsonLdOptions. setEmbed(JsonLdConsts.Embed embed)
-