Package org.springframework.cglib.core
Interface HashCodeCustomizer
- All Superinterfaces:
- KeyFactoryCustomizer
- 
Method SummaryModifier and TypeMethodDescriptionbooleancustomize(CodeEmitter e, Type type) Customizes calculation of hashcode
- 
Method Details- 
customizeCustomizes calculation of hashcode- Parameters:
- e- code emitter
- type- parameter type
 
 
-