org.oddjob.beanbus.mega
Class CollectionProxyGenerator<E>
java.lang.Object
org.oddjob.framework.ProxyGenerator<Collection<E>>
org.oddjob.beanbus.mega.CollectionProxyGenerator<E>
public class CollectionProxyGenerator<E>
- extends ProxyGenerator<Collection<E>>
Generate a Proxy for a collection.
- Author:
- rob
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionProxyGenerator
public CollectionProxyGenerator()
generate
public Object generate(Collection<E> collection,
ClassLoader classLoader)
- Generate the collection.
- Parameters:
collection
- classLoader
-
- Returns:
- The collection.