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

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

public class TypeMarshallers
extends Object


Constructor Summary
TypeMarshallers()
           
 
Method Summary
static void addMarshaller(Class type, Marshaller d)
           
static
<T> Marshaller<T>
getMarshaller(Class<? extends T> type)
           
static Marshaller<Object> getMarshaller(String type)
           
static boolean hasMarshaller(Class type)
           
static boolean hasMarshaller(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeMarshallers

public TypeMarshallers()
Method Detail

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.