Uses of Class
net.sf.cglib.proxy.Mixin
-
Packages that use Mixin Package Description net.sf.cglib.proxy -
-
Uses of Mixin in net.sf.cglib.proxy
Methods in net.sf.cglib.proxy that return Mixin Modifier and Type Method Description static Mixin
Mixin. create(java.lang.Class[] interfaces, java.lang.Object[] delegates)
Helper method to create an interface mixin.static Mixin
Mixin. create(java.lang.Object[] delegates)
Helper method to create an interface mixin.Mixin
Mixin.Generator. create()
static Mixin
Mixin. createBean(java.lang.ClassLoader loader, java.lang.Object[] beans)
Helper method to create a bean mixin.static Mixin
Mixin. createBean(java.lang.Object[] beans)
abstract Mixin
Mixin. newInstance(java.lang.Object[] delegates)
-