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 TypeClassDescriptionclassThis is the base class for nashorn ScriptObjectMirror class.final classMirror object that wraps a given Nashorn Script object.Methods in org.openjdk.nashorn.api.scripting with parameters of type JSObjectModifier and TypeMethodDescriptionstatic ObjectAbstractJSObject.getDefaultValue(JSObject jsobj, Class<?> hint) Deprecated.
JSObject.getDefaultValue(Class)instead.