public class

TypeLibrary

extends Object
java.lang.Object
   ↳ com.google.gwt.requestfactory.shared.impl.TypeLibrary

Class Overview

Utility methods for querying, encoding, and decoding typed payload data.

Summary

Fields
public static final Collection<Class<?>> VALUE_TYPES
Public Constructors
TypeLibrary()
Public Methods
static boolean isCollectionType(Class<?> type)
static boolean isProxyType(Class<?> type)
static boolean isValueType(Class<?> type)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final Collection<Class<?>> VALUE_TYPES

Public Constructors

public TypeLibrary ()

Public Methods

public static boolean isCollectionType (Class<?> type)

public static boolean isProxyType (Class<?> type)

public static boolean isValueType (Class<?> type)