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.Embed
JsonLdApi.FramingContext. embed
private JsonLdConsts.Embed
JsonLdOptions. embed
Methods in com.github.jsonldjava.core that return JsonLdConsts.Embed Modifier and Type Method Description (package private) JsonLdConsts.Embed
JsonLdOptions. getEmbedVal()
private JsonLdConsts.Embed
JsonLdApi. getFrameEmbed(java.util.Map<java.lang.String,java.lang.Object> frame, JsonLdConsts.Embed thedefault)
static JsonLdConsts.Embed
JsonLdConsts.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.Embed
JsonLdApi. getFrameEmbed(java.util.Map<java.lang.String,java.lang.Object> frame, JsonLdConsts.Embed thedefault)
void
JsonLdOptions. setEmbed(JsonLdConsts.Embed embed)
-