类 DuplicatesPredicate
java.lang.Object
cn.taketoday.bytecode.core.DuplicatesPredicate
-
构造器概要
构造器构造器说明Constructs a DuplicatesPredicate that will allow subclass bridge methods to be preferred over superclass non-bridge methods.DuplicatesPredicate(List<Method> allMethods) Constructs a DuplicatesPredicate that prefers using superclass non-bridge methods despite a subclass method with the same signtaure existing (if the subclass is a bridge method). -
方法概要
-
构造器详细资料
-
DuplicatesPredicate
public DuplicatesPredicate()Constructs a DuplicatesPredicate that will allow subclass bridge methods to be preferred over superclass non-bridge methods. -
DuplicatesPredicate
Constructs a DuplicatesPredicate that prefers using superclass non-bridge methods despite a subclass method with the same signtaure existing (if the subclass is a bridge method).
-
-
方法详细资料