org.jboss.errai.common.client.types
Class TypeDemarshallers
java.lang.Object
org.jboss.errai.common.client.types.TypeDemarshallers
public class TypeDemarshallers
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeDemarshallers
public TypeDemarshallers()
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.