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