public static interface

EntityCodex.EntitySource

com.google.gwt.requestfactory.shared.impl.EntityCodex.EntitySource
Known Indirect Subclasses

Class Overview

Abstracts the process by which EntityProxies are created.

Summary

Public Methods
abstract <Q extends BaseProxy> AutoBean<Q> getBeanForPayload(Splittable serializedIdMessage)
Expects an encoded IdMessage.
abstract Splittable getSerializedProxyId(SimpleProxyId<?> stableId)
Should return an encoded IdMessage.
abstract boolean isEntityType(Class<?> clazz)
abstract boolean isValueType(Class<?> clazz)

Public Methods

public abstract AutoBean<Q> getBeanForPayload (Splittable serializedIdMessage)

Expects an encoded IdMessage.

public abstract Splittable getSerializedProxyId (SimpleProxyId<?> stableId)

Should return an encoded IdMessage.

public abstract boolean isEntityType (Class<?> clazz)

public abstract boolean isValueType (Class<?> clazz)