Module toad_jni::java

source ·
Expand description

java language features and class shims

Modules

Macros

Structs

Traits

  • An object with a known class definition
  • A rust type that can be converted to & from a java::lang::Object
  • Primitive java values that can be cheaply converted to / from JValue and can be wrapped by an Object class.
  • [toad_jni::errors::Result] interop helpers
  • Handle a Result<impl java::Object, Throwable> in a native method implementation.
  • A type that has a corresponding Java type

Functions

  • Create a new local frame from the global jvm handle

Type Definitions