Errai 3.0.1-SNAPSHOT

Uses of Interface
org.jboss.errai.marshalling.client.api.json.EJValue

Packages that use EJValue
org.jboss.errai.bus.client.util   
org.jboss.errai.bus.server.io   
org.jboss.errai.marshalling.client.api   
org.jboss.errai.marshalling.client.api.json   
org.jboss.errai.marshalling.client.api.json.impl.gwt   
org.jboss.errai.marshalling.client.marshallers   
org.jboss.errai.marshalling.client.protocols   
org.jboss.errai.marshalling.client.util   
org.jboss.errai.marshalling.server   
org.jboss.errai.marshalling.server.json.impl   
org.jboss.errai.marshalling.server.marshallers   
 

Uses of EJValue in org.jboss.errai.bus.client.util
 

Methods in org.jboss.errai.bus.client.util with parameters of type EJValue
static Message BusToolsCli.decodeCommandMessage(EJValue value)
           
 

Uses of EJValue in org.jboss.errai.bus.server.io
 

Methods in org.jboss.errai.bus.server.io with parameters of type EJValue
static List<Message> MessageFactory.createCommandMessage(QueueSession session, EJValue value)
           
 

Uses of EJValue in org.jboss.errai.marshalling.client.api
 

Methods in org.jboss.errai.marshalling.client.api that return EJValue
 EJValue Parser.parse(String input)
           
 

Methods in org.jboss.errai.marshalling.client.api with parameters of type EJValue
 T Marshaller.demarshall(EJValue o, MarshallingSession ctx)
           
 Object ArrayMarshallerWrapper.doNotNullDemarshall(EJValue o, MarshallingSession ctx)
           
 

Uses of EJValue in org.jboss.errai.marshalling.client.api.json
 

Methods in org.jboss.errai.marshalling.client.api.json that return EJValue
 EJValue EJArray.get(int index)
           
 EJValue EJObject.get(String name)
           
 

Uses of EJValue in org.jboss.errai.marshalling.client.api.json.impl.gwt
 

Classes in org.jboss.errai.marshalling.client.api.json.impl.gwt that implement EJValue
 class GWTJSONValue
           
 

Methods in org.jboss.errai.marshalling.client.api.json.impl.gwt that return EJValue
 EJValue GWTJSONArray.get(int index)
           
 EJValue GWTJSONObject.get(String name)
           
static EJValue GWTJSON.wrap(com.google.gwt.json.client.JSONValue v)
           
 

Uses of EJValue in org.jboss.errai.marshalling.client.marshallers
 

Methods in org.jboss.errai.marshalling.client.marshallers with parameters of type EJValue
 Object ObjectMarshaller.demarshall(Class<?> targetType, EJValue o, MarshallingSession ctx)
           
 SortedMap<Object,Object> SortedMapMarshaller.demarshall(EJValue o, MarshallingSession ctx)
           
 Map<String,Object> ErraiProtocolEnvelopeNoAutoMarshaller.demarshall(EJValue o, MarshallingSession ctx)
           
 T AbstractNullableMarshaller.demarshall(EJValue o, MarshallingSession ctx)
           
 C AbstractBackReferencingMarshaller.demarshall(EJValue o, MarshallingSession ctx)
           
 LinkedHashMap<Object,Object> LinkedMapMarshaller.demarshall(EJValue o, MarshallingSession ctx)
           
 T MapMarshaller.demarshall(EJValue o, MarshallingSession ctx)
           
 Map<String,Object> ErraiProtocolEnvelopeMarshaller.demarshall(EJValue o, MarshallingSession ctx)
           
 C AbstractCollectionMarshaller.doDemarshall(EJValue o, MarshallingSession ctx)
           
abstract  C AbstractBackReferencingMarshaller.doDemarshall(EJValue o, MarshallingSession ctx)
           
protected  Map<String,Object> ErraiProtocolEnvelopeNoAutoMarshaller.doDemarshall(Map<String,Object> impl, EJValue o, MarshallingSession ctx)
           
protected  Map<String,Object> ErraiProtocolEnvelopeMarshaller.doDemarshall(Map<String,Object> impl, EJValue o, MarshallingSession ctx)
           
protected  T MapMarshaller.doDemarshall(T impl, EJValue o, MarshallingSession ctx)
           
 Boolean BooleanMarshaller.doNotNullDemarshall(EJValue o, MarshallingSession ctx)
           
 Long LongMarshaller.doNotNullDemarshall(EJValue o, MarshallingSession ctx)
           
 String StringMarshaller.doNotNullDemarshall(EJValue o, MarshallingSession ctx)
           
 Byte ByteMarshaller.doNotNullDemarshall(EJValue o, MarshallingSession ctx)
           
abstract  T AbstractNullableMarshaller.doNotNullDemarshall(EJValue o, MarshallingSession ctx)
           
 BigDecimal BigDecimalMarshaller.doNotNullDemarshall(EJValue o, MarshallingSession ctx)
           
 Timestamp TimestampMarshaller.doNotNullDemarshall(EJValue o, MarshallingSession ctx)
           
 Character CharacterMarshaller.doNotNullDemarshall(EJValue o, MarshallingSession ctx)
           
 Date DateMarshaller.doNotNullDemarshall(EJValue o, MarshallingSession ctx)
           
 T QualifyingMarshallerWrapper.doNotNullDemarshall(EJValue o, MarshallingSession ctx)
           
 Time TimeMarshaller.doNotNullDemarshall(EJValue o, MarshallingSession ctx)
           
 StringBuffer StringBufferMarshaller.doNotNullDemarshall(EJValue o, MarshallingSession ctx)
           
 BigInteger BigIntegerMarshaller.doNotNullDemarshall(EJValue o, MarshallingSession ctx)
           
 Integer IntegerMarshaller.doNotNullDemarshall(EJValue o, MarshallingSession ctx)
           
 Date SQLDateMarshaller.doNotNullDemarshall(EJValue o, MarshallingSession ctx)
           
 Float FloatMarshaller.doNotNullDemarshall(EJValue o, MarshallingSession ctx)
           
 Double DoubleMarshaller.doNotNullDemarshall(EJValue o, MarshallingSession ctx)
           
 Object ObjectMarshaller.doNotNullDemarshall(EJValue o, MarshallingSession ctx)
           
 StringBuilder StringBuilderMarshaller.doNotNullDemarshall(EJValue o, MarshallingSession ctx)
           
 Short ShortMarshaller.doNotNullDemarshall(EJValue o, MarshallingSession ctx)
           
 Object FallbackExceptionMarshaller.doNotNullDemarshall(EJValue o, MarshallingSession ctx)
           
 

Uses of EJValue in org.jboss.errai.marshalling.client.protocols
 

Methods in org.jboss.errai.marshalling.client.protocols with parameters of type EJValue
static Map<String,Object> ErraiProtocol.decodePayload(EJValue value)
          Decode a standard Errai Protocol payload to a Map of key value pairs.
 

Uses of EJValue in org.jboss.errai.marshalling.client.util
 

Methods in org.jboss.errai.marshalling.client.util with parameters of type EJValue
static Object NumbersUtils.getNumber(String wrapperClassName, EJValue value)
           
 

Uses of EJValue in org.jboss.errai.marshalling.server
 

Methods in org.jboss.errai.marshalling.server that return EJValue
static EJValue JSONStreamDecoder.decode(InputStream instream)
           
static EJValue JSONDecoder.decode(String o)
           
 EJValue JSONStreamDecoder.parse()
           
 

Uses of EJValue in org.jboss.errai.marshalling.server.json.impl
 

Classes in org.jboss.errai.marshalling.server.json.impl that implement EJValue
 class ErraiJSONValue
           
 

Methods in org.jboss.errai.marshalling.server.json.impl that return EJValue
 EJValue ErraiJSONArray.get(int index)
           
 EJValue ErraiJSONObject.get(String name)
           
 

Uses of EJValue in org.jboss.errai.marshalling.server.marshallers
 

Methods in org.jboss.errai.marshalling.server.marshallers with parameters of type EJValue
 Object DefaultDefinitionMarshaller.demarshall(EJValue o, MarshallingSession ctx)
           
 Object DefaultArrayMarshaller.demarshall(EJValue a0, MarshallingSession a1)
           
 Enum DefaultEnumMarshaller.demarshall(EJValue a0, MarshallingSession a1)
           
 


Errai 3.0.1-SNAPSHOT

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