org.jboss.webbeans.util
Class Proxies.TypeInfo

java.lang.Object
  extended by org.jboss.webbeans.util.Proxies.TypeInfo
Enclosing class:
Proxies

public static class Proxies.TypeInfo
extends java.lang.Object


Method Summary
 javassist.util.proxy.ProxyFactory createProxyFactory()
           
 java.lang.Class<?> getSuperClass()
           
static Proxies.TypeInfo ofClasses(java.util.Set<java.lang.Class<?>> classes)
           
static Proxies.TypeInfo ofTypes(java.util.Set<? extends java.lang.reflect.Type> types)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSuperClass

public java.lang.Class<?> getSuperClass()

createProxyFactory

public javassist.util.proxy.ProxyFactory createProxyFactory()

ofTypes

public static Proxies.TypeInfo ofTypes(java.util.Set<? extends java.lang.reflect.Type> types)

ofClasses

public static Proxies.TypeInfo ofClasses(java.util.Set<java.lang.Class<?>> classes)


Copyright © 2011. All Rights Reserved.