public final class JSObjectAdapter extends Object
| Modifier and Type | Method and Description |
|---|---|
static Object |
$constructor(Object obj) |
static Object |
$get(Object obj,
String property) |
static <T> T |
$js(String code) |
static <T> T |
$object(Map<String,Object> properties) |
static Map<String,Object> |
$properties(Object obj) |
static Map<String,Object> |
$prototype(Object obj) |
static void |
$put(Object obj,
String property,
Object value) |
static boolean |
hasOwnProperty(Object obj,
String property) |
public static <T> T $js(String code)
Copyright © 2015. All Rights Reserved.