org.jboss.errai.common.client.types
Class TypeDemarshallers

java.lang.Object
  extended by org.jboss.errai.common.client.types.TypeDemarshallers

public class TypeDemarshallers
extends Object


Constructor Summary
TypeDemarshallers()
           
 
Method Summary
static void addDemarshaller(Class type, Demarshaller d)
           
static
<T> Demarshaller<T>
getDemarshaller(Class<? extends T> type)
           
static Demarshaller getDemarshaller(String type)
           
static boolean hasDemarshaller(Class type)
           
static boolean hasDemarshaller(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeDemarshallers

public TypeDemarshallers()
Method Detail

addDemarshaller

public static void addDemarshaller(Class type,
                                   Demarshaller d)

getDemarshaller

public static <T> Demarshaller<T> getDemarshaller(Class<? extends T> type)

getDemarshaller

public static Demarshaller getDemarshaller(String type)

hasDemarshaller

public static boolean hasDemarshaller(Class type)

hasDemarshaller

public static boolean hasDemarshaller(String type)


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.