MCPcopy Index your code
hub / github.com/cedar-policy/cedar-java / as_jni

Method as_jni

CedarJavaFFI/src/objects.rs:205–207  ·  view source on GitHub ↗

Get the raw pointer for this value

(&self)

Source from the content-addressed store, hash-verified

203
204 /// Get the raw pointer for this value
205 pub fn as_jni(&self) -> jvalue {
206 self.value.as_jni()
207 }
208}
209
210impl<'a, T> From<JOptional<'a, T>> for JValueOwned<'a> {

Callers 15

jni_failedFunction · 0.80
parseJsonSchemaJniFunction · 0.80
parseCedarSchemaJniFunction · 0.80
parsePolicyJniFunction · 0.80
policySetToJsonFunction · 0.80
parsePoliciesJniFunction · 0.80
getPolicyAnnotationsJniFunction · 0.80
parsePolicyTemplateJniFunction · 0.80
toJsonJniFunction · 0.80
policyEffectJniFunction · 0.80
templateEffectJniFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected