org.jboss.errai.marshalling.server.json.impl
Class ErraiJSONValue
java.lang.Object
org.jboss.errai.marshalling.server.json.impl.ErraiJSONValue
- All Implemented Interfaces:
- EJValue
public class ErraiJSONValue
- extends Object
- implements EJValue
- Author:
- Mike Brock
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ErraiJSONValue
public ErraiJSONValue(Object obj)
isArray
public EJArray isArray()
- Specified by:
isArray
in interface EJValue
isNumber
public EJNumber isNumber()
- Specified by:
isNumber
in interface EJValue
isNull
public boolean isNull()
- Specified by:
isNull
in interface EJValue
isObject
public EJObject isObject()
- Specified by:
isObject
in interface EJValue
isBoolean
public EJBoolean isBoolean()
- Specified by:
isBoolean
in interface EJValue
isString
public EJString isString()
- Specified by:
isString
in interface EJValue
getRawValue
public Object getRawValue()
- Specified by:
getRawValue
in interface EJValue
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.