Uses of Interface
net.sf.cglib.core.KeyFactoryCustomizer
-
Packages that use KeyFactoryCustomizer Package Description net.sf.cglib.core net.sf.cglib.core.internal -
-
Uses of KeyFactoryCustomizer in net.sf.cglib.core
Subinterfaces of KeyFactoryCustomizer in net.sf.cglib.core Modifier and Type Interface Description interface
Customizer
Customizes key types forKeyFactory
when building equals, hashCode, and toString.interface
FieldTypeCustomizer
Customizes key types forKeyFactory
right in constructor.interface
HashCodeCustomizer
Methods in net.sf.cglib.core with parameters of type KeyFactoryCustomizer Modifier and Type Method Description void
KeyFactory.Generator. addCustomizer(KeyFactoryCustomizer customizer)
static KeyFactory
KeyFactory. create(java.lang.ClassLoader loader, java.lang.Class keyInterface, KeyFactoryCustomizer customizer, java.util.List<KeyFactoryCustomizer> next)
static KeyFactory
KeyFactory. create(java.lang.Class keyInterface, KeyFactoryCustomizer first, java.util.List<KeyFactoryCustomizer> next)
Method parameters in net.sf.cglib.core with type arguments of type KeyFactoryCustomizer Modifier and Type Method Description static KeyFactory
KeyFactory. create(java.lang.ClassLoader loader, java.lang.Class keyInterface, KeyFactoryCustomizer customizer, java.util.List<KeyFactoryCustomizer> next)
static KeyFactory
KeyFactory. create(java.lang.Class keyInterface, KeyFactoryCustomizer first, java.util.List<KeyFactoryCustomizer> next)
-
Uses of KeyFactoryCustomizer in net.sf.cglib.core.internal
Fields in net.sf.cglib.core.internal with type parameters of type KeyFactoryCustomizer Modifier and Type Field Description private java.util.Map<java.lang.Class,java.util.List<KeyFactoryCustomizer>>
CustomizerRegistry. customizers
Methods in net.sf.cglib.core.internal with parameters of type KeyFactoryCustomizer Modifier and Type Method Description void
CustomizerRegistry. add(KeyFactoryCustomizer customizer)
-