org.jboss.weld.util
Class Proxies.TypeInfo

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

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


Method Summary
 Proxies.TypeInfo add(java.lang.reflect.Type type)
           
static Proxies.TypeInfo create()
           
 javassist.util.proxy.ProxyFactory createProxyFactory()
           
 java.lang.Class<?> getSuperClass()
           
static Proxies.TypeInfo of(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()

add

public Proxies.TypeInfo add(java.lang.reflect.Type type)

of

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

create

public static Proxies.TypeInfo create()


Copyright © 2008-2010 Seam Framework. All Rights Reserved.