public final class JsUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
get(java.lang.Object object,
Symbol key)
Return the property on the object indexed by the specified symbol.
|
public static <T> T get(@Nonnull
java.lang.Object object,
@Nonnull
Symbol key)
T - the type of the property.object - the object.key - the symbol to use to access the property.