Uses of Class
com.apicatalog.jsonld.JsonLdOptions.ProcessingPolicy
-
Packages that use JsonLdOptions.ProcessingPolicy Package Description com.apicatalog.jsonld Provides APIs to process JSON-LD.com.apicatalog.jsonld.api com.apicatalog.jsonld.processor -
-
Uses of JsonLdOptions.ProcessingPolicy in com.apicatalog.jsonld
Methods in com.apicatalog.jsonld that return JsonLdOptions.ProcessingPolicy Modifier and Type Method Description JsonLdOptions.ProcessingPolicyJsonLdOptions. getUndefinedTermsPolicy()A processing policy on how proceed with an undefined term during expansion.static JsonLdOptions.ProcessingPolicyJsonLdOptions.ProcessingPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static JsonLdOptions.ProcessingPolicy[]JsonLdOptions.ProcessingPolicy. 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 JsonLdOptions.ProcessingPolicy Modifier and Type Method Description voidJsonLdOptions. setUndefinedTermsPolicy(JsonLdOptions.ProcessingPolicy undefinedTerms)Set processing policy on how proceed with an undefined term during expansion. -
Uses of JsonLdOptions.ProcessingPolicy in com.apicatalog.jsonld.api
Methods in com.apicatalog.jsonld.api with parameters of type JsonLdOptions.ProcessingPolicy Modifier and Type Method Description ExpansionApiExpansionApi. undefinedTermsPolicy(JsonLdOptions.ProcessingPolicy policy)Set a processing policy determining how to proceed when an undefined term is found during an expansion. -
Uses of JsonLdOptions.ProcessingPolicy in com.apicatalog.jsonld.processor
Methods in com.apicatalog.jsonld.processor that return JsonLdOptions.ProcessingPolicy Modifier and Type Method Description JsonLdOptions.ProcessingPolicyProcessingRuntime. getUndefinedTermPolicy()
-