Uses of Interface
org.openjdk.nashorn.api.scripting.JSObject
Packages that use JSObject
Package
Description
This package provides the
javax.script
integration, which is the preferred way to use Nashorn.-
Uses of JSObject in org.openjdk.nashorn.api.scripting
Classes in org.openjdk.nashorn.api.scripting that implement JSObjectModifier and TypeClassDescriptionclass
This is the base class for nashorn ScriptObjectMirror class.final class
Mirror object that wraps a given Nashorn Script object.Methods in org.openjdk.nashorn.api.scripting with parameters of type JSObjectModifier and TypeMethodDescriptionstatic Object
AbstractJSObject.getDefaultValue
(JSObject jsobj, Class<?> hint) Deprecated.
getDefaultValue(Class)
instead.