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