Uses of Enum Class
com.github.jsonldjava.core.JsonLdConsts.Embed
Packages that use JsonLdConsts.Embed
-
Uses of JsonLdConsts.Embed in com.github.jsonldjava.core
Fields in com.github.jsonldjava.core declared as JsonLdConsts.EmbedModifier and TypeFieldDescriptionJsonLdApi.FramingContext.embed
private JsonLdConsts.Embed
JsonLdOptions.embed
Methods in com.github.jsonldjava.core that return JsonLdConsts.EmbedModifier and TypeMethodDescription(package private) JsonLdConsts.Embed
JsonLdOptions.getEmbedVal()
private JsonLdConsts.Embed
JsonLdApi.getFrameEmbed
(Map<String, Object> frame, JsonLdConsts.Embed thedefault) static JsonLdConsts.Embed
Returns the enum constant of this class with the specified name.static JsonLdConsts.Embed[]
JsonLdConsts.Embed.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.jsonldjava.core with parameters of type JsonLdConsts.EmbedModifier and TypeMethodDescriptionprivate JsonLdConsts.Embed
JsonLdApi.getFrameEmbed
(Map<String, Object> frame, JsonLdConsts.Embed thedefault) void
JsonLdOptions.setEmbed
(JsonLdConsts.Embed embed)