类 Mixin
java.lang.Object
cn.taketoday.bytecode.proxy.Mixin
Mixin allows multiple objects to be combined into a single
larger object. The methods in the generated object simply call the original
methods in the underlying "delegate" objects.- 版本:
- $Id: Mixin.java,v 1.7 2005/09/27 11:42:27 baliuka Exp $
- 作者:
- Chris Nokleberg
-
嵌套类概要
嵌套类 -
字段概要
字段修饰符和类型字段说明static final intstatic final intstatic final int -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static MixinHelper method to create an interface mixin.static MixinHelper method to create an interface mixin.static MixincreateBean(ClassLoader loader, Object[] beans) Helper method to create a bean mixin.static MixincreateBean(Object[] beans) static Class[]getClasses(Object[] delegates) abstract MixinnewInstance(Object[] delegates)
-
字段详细资料
-
构造器详细资料
-
Mixin
public Mixin()
-
-
方法详细资料
-
newInstance
-
create
Helper method to create an interface mixin. For finer control over the generated instance, use a new instance ofMixininstead of this static method. -
create
Helper method to create an interface mixin. For finer control over the generated instance, use a new instance ofMixininstead of this static method. -
createBean
-
createBean
Helper method to create a bean mixin. For finer control over the generated instance, use a new instance ofMixininstead of this static method. -
getClasses
-