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
 Mixin Mixin.Generator.create()
           
static Mixin Mixin.create(Class[] interfaces, Object[] delegates)
          Helper method to create an interface mixin.
static Mixin Mixin.create(Object[] delegates)
          Helper method to create an interface mixin.
static Mixin Mixin.createBean(ClassLoader loader, Object[] beans)
          Helper method to create a bean mixin.
static Mixin Mixin.createBean(Object[] beans)
           
abstract  Mixin Mixin.newInstance(Object[] delegates)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.