Package org.springframework.cglib.core
Class DuplicatesPredicate
java.lang.Object
org.springframework.cglib.core.DuplicatesPredicate
- All Implemented Interfaces:
Predicate
-
Constructor Summary
ConstructorDescriptionConstructs 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 signature existing (if the subclass is a bridge method). -
Method Summary
-
Constructor Details
-
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 signature existing (if the subclass is a bridge method).
-
-
Method Details