Package | Description |
---|---|
net.sf.cglib.core | |
net.sf.cglib.core.internal |
Modifier and Type | Interface and Description |
---|---|
interface |
Customizer
Customizes key types for
KeyFactory when building equals, hashCode, and toString. |
interface |
FieldTypeCustomizer
Customizes key types for
KeyFactory right in constructor. |
interface |
HashCodeCustomizer |
Modifier and Type | Method and Description |
---|---|
void |
KeyFactory.Generator.addCustomizer(KeyFactoryCustomizer customizer) |
static KeyFactory |
KeyFactory.create(java.lang.Class keyInterface,
KeyFactoryCustomizer first,
java.util.List<KeyFactoryCustomizer> next) |
static KeyFactory |
KeyFactory.create(java.lang.ClassLoader loader,
java.lang.Class keyInterface,
KeyFactoryCustomizer customizer,
java.util.List<KeyFactoryCustomizer> next) |
Modifier and Type | Method and Description |
---|---|
static KeyFactory |
KeyFactory.create(java.lang.Class keyInterface,
KeyFactoryCustomizer first,
java.util.List<KeyFactoryCustomizer> next) |
static KeyFactory |
KeyFactory.create(java.lang.ClassLoader loader,
java.lang.Class keyInterface,
KeyFactoryCustomizer customizer,
java.util.List<KeyFactoryCustomizer> next) |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.Class,java.util.List<KeyFactoryCustomizer>> |
CustomizerRegistry.customizers |
Modifier and Type | Method and Description |
---|---|
void |
CustomizerRegistry.add(KeyFactoryCustomizer customizer) |