Class ResultProxy<T>

java.lang.Object
com.googlecode.objectify.util.ResultProxy<T>
All Implemented Interfaces:
Serializable, InvocationHandler

public class ResultProxy<T> extends Object implements InvocationHandler, Serializable
A dynamic proxy that wraps a Resultinvalid input: '<'?> value. For example, if you had a Resultinvalid input: '<'List>, the proxy would implement List and call through to the inner object.
See Also: