Package net.sf.cglib.core
Interface Customizer
-
- All Superinterfaces:
KeyFactoryCustomizer
public interface Customizer extends KeyFactoryCustomizer
Customizes key types forKeyFactory
when building equals, hashCode, and toString. For customization of field types, useFieldTypeCustomizer
- See Also:
KeyFactory.CLASS_BY_NAME
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
customize(CodeEmitter e, org.objectweb.asm.Type type)
-
-
-
Method Detail
-
customize
void customize(CodeEmitter e, org.objectweb.asm.Type type)
-
-