Errai 3.0.1-SNAPSHOT

org.jboss.errai.marshalling.server.json.impl
Class ErraiJSONValue

java.lang.Object
  extended by org.jboss.errai.marshalling.server.json.impl.ErraiJSONValue
All Implemented Interfaces:
EJValue

public class ErraiJSONValue
extends Object
implements EJValue

Author:
Mike Brock

Constructor Summary
ErraiJSONValue(Object obj)
           
 
Method Summary
 Object getRawValue()
           
 EJArray isArray()
           
 EJBoolean isBoolean()
           
 boolean isNull()
           
 EJNumber isNumber()
           
 EJObject isObject()
           
 EJString isString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErraiJSONValue

public ErraiJSONValue(Object obj)
Method Detail

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

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.