org.jboss.errai.common.client.types
Class TypeMarshallers
java.lang.Object
org.jboss.errai.common.client.types.TypeMarshallers
public class TypeMarshallers
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeMarshallers
public TypeMarshallers()
addMarshaller
public static void addMarshaller(Class type,
Marshaller d)
getMarshaller
public static <T> Marshaller<T> getMarshaller(Class<? extends T> type)
getMarshaller
public static Marshaller<Object> getMarshaller(String type)
hasMarshaller
public static boolean hasMarshaller(Class type)
hasMarshaller
public static boolean hasMarshaller(String type)
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.