-
public class JSObjects
-
-
Method Summary
Modifier and Type Method Description static ObjectUndefined()static booleanisUndefined(Object object)static ObjectNull()static booleanisNull(Object object)static booleanisString(Object object)static ObjectnewString()static ObjectnewString(String str)static booleanisBoolean(Object object)static ObjectnewBoolean()static ObjectnewBoolean(boolean b)static ObjectnewBoolean(String str)static booleangetJavaBoolean(Object object)static booleanisNumber(Object object)static ObjectnewNumber(double d)static doublegetJavaDouble(Object object)static StringgetJavaString(Object object)static booleanisArray(Object object)static booleanisObject(Object object)static Map<String, Object>getJavaMap(Object object)static ObjectnewObject()static ObjectGet(Object options, String property)static voidPut(Object options, String property, Object value)-
-
Method Detail
-
isUndefined
static boolean isUndefined(Object object)
-
newBoolean
static Object newBoolean()
-
newBoolean
static Object newBoolean(boolean b)
-
newBoolean
static Object newBoolean(String str)
-
getJavaBoolean
static boolean getJavaBoolean(Object object)
-
getJavaDouble
static double getJavaDouble(Object object)
-
getJavaString
static String getJavaString(Object object)
-
getJavaMap
static Map<String, Object> getJavaMap(Object object)
-
-
-
-