Package org.springframework.cglib.core
Class DuplicatesPredicate
java.lang.Object
org.springframework.cglib.core.DuplicatesPredicate
- All Implemented Interfaces:
- Predicate
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs 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- 
DuplicatesPredicatepublic DuplicatesPredicate()Constructs a DuplicatesPredicate that will allow subclass bridge methods to be preferred over superclass non-bridge methods.
- 
DuplicatesPredicateConstructs 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