Package | Description |
---|---|
net.sf.cglib.core | |
net.sf.cglib.core.internal |
Modifier and Type | Interface | 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 | Description |
---|---|---|
void |
KeyFactory.Generator.addCustomizer(KeyFactoryCustomizer customizer) |
|
static KeyFactory |
KeyFactory.create(ClassLoader loader,
Class keyInterface,
KeyFactoryCustomizer customizer,
List<KeyFactoryCustomizer> next) |
|
static KeyFactory |
KeyFactory.create(Class keyInterface,
KeyFactoryCustomizer first,
List<KeyFactoryCustomizer> next) |
Modifier and Type | Method | Description |
---|---|---|
static KeyFactory |
KeyFactory.create(ClassLoader loader,
Class keyInterface,
KeyFactoryCustomizer customizer,
List<KeyFactoryCustomizer> next) |
|
static KeyFactory |
KeyFactory.create(Class keyInterface,
KeyFactoryCustomizer first,
List<KeyFactoryCustomizer> next) |
Modifier and Type | Method | Description |
---|---|---|
void |
CustomizerRegistry.add(KeyFactoryCustomizer customizer) |
Copyright © 2018. All rights reserved.