Package org.springframework.cglib.core
Interface HashCodeCustomizer
- All Superinterfaces:
KeyFactoryCustomizer
-
Method Summary
Modifier and TypeMethodDescriptionboolean
customize
(CodeEmitter e, Type type) Customizes calculation of hashcode
-
Method Details
-
customize
Customizes calculation of hashcode- Parameters:
e
- code emittertype
- parameter type
-