Uses of Class
net.sf.cglib.proxy.Mixin

Packages that use Mixin
net.sf.cglib.proxy   
 

Uses of Mixin in net.sf.cglib.proxy
 

Methods in net.sf.cglib.proxy that return Mixin
abstract  Mixin Mixin.newInstance(java.lang.Object[] delegates)
           
static Mixin Mixin.create(java.lang.Object[] delegates)
          Helper method to create an interface mixin.
static Mixin Mixin.create(java.lang.Class[] interfaces, java.lang.Object[] delegates)
          Helper method to create an interface mixin.
static Mixin Mixin.createBean(java.lang.Object[] beans)
          Helper method to create a bean mixin.
 Mixin Mixin.Generator.create()
           
 



Copyright © 2002-2003 cglib. All Rights Reserved.