StaticfromStaticisChecks if a value is Java object or native JavaScript value.
Value to check.
If it is a Java object.
StaticisChecks if a value is Java class instance (type).
Value to check.
If it is a Java class instance.
StatictoConverts a JavaScript value to Java type. This is usually handled automatically.
JavaScript value.
Java type to convert it to.
Java object.
StatictypeGets a Java class or throws if it cannot be found.
Fully qualified name.
Java class.
StatictypeGets type name of given Java class instance.
Value to get type name for.
Type name of given class instance, or undefined if a value that is not a class instance was given.
GraalJS Java interoperability tools.