Package net.sf.cglib.core
Class DuplicatesPredicate
- java.lang.Object
-
- net.sf.cglib.core.DuplicatesPredicate
-
-
Constructor Summary
Constructors Constructor Description DuplicatesPredicate()
Constructs a DuplicatesPredicate that will allow subclass bridge methods to be preferred over superclass non-bridge methods.DuplicatesPredicate(List 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).
-
-
-
Constructor Detail
-
DuplicatesPredicate
public DuplicatesPredicate()
Constructs a DuplicatesPredicate that will allow subclass bridge methods to be preferred over superclass non-bridge methods.
-
DuplicatesPredicate
public DuplicatesPredicate(List 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).
-
-