类 DuplicatesPredicate

java.lang.Object
cn.taketoday.bytecode.core.DuplicatesPredicate
所有已实现的接口:
Predicate<Method>

public class DuplicatesPredicate extends Object implements Predicate<Method>
  • 字段详细资料

  • 构造器详细资料

    • DuplicatesPredicate

      public DuplicatesPredicate()
      Constructs a DuplicatesPredicate that will allow subclass bridge methods to be preferred over superclass non-bridge methods.
    • DuplicatesPredicate

      public 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).
  • 方法详细资料