Package net.sf.cglib.core
Interface HashCodeCustomizer
-
- All Superinterfaces:
KeyFactoryCustomizer
public interface HashCodeCustomizer extends KeyFactoryCustomizer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
customize(CodeEmitter e, org.objectweb.asm.Type type)
Customizes calculation of hashcode
-
-
-
Method Detail
-
customize
boolean customize(CodeEmitter e, org.objectweb.asm.Type type)
Customizes calculation of hashcode- Parameters:
e
- code emittertype
- parameter type
-
-