| 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(Class keyInterface,
KeyFactoryCustomizer first,
List<KeyFactoryCustomizer> next) |
static KeyFactory |
KeyFactory.create(ClassLoader loader,
Class keyInterface,
KeyFactoryCustomizer customizer,
List<KeyFactoryCustomizer> next) |
| Modifier and Type | Method and Description |
|---|---|
static KeyFactory |
KeyFactory.create(Class keyInterface,
KeyFactoryCustomizer first,
List<KeyFactoryCustomizer> next) |
static KeyFactory |
KeyFactory.create(ClassLoader loader,
Class keyInterface,
KeyFactoryCustomizer customizer,
List<KeyFactoryCustomizer> next) |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomizerRegistry.add(KeyFactoryCustomizer customizer) |
Copyright © 2025. All rights reserved.