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 interfaceCustomizerCustomizes key types forKeyFactorywhen building equals, hashCode, and toString.interfaceFieldTypeCustomizerCustomizes key types forKeyFactoryright in constructor.interfaceHashCodeCustomizerMethods in net.sf.cglib.core with parameters of type KeyFactoryCustomizer Modifier and Type Method Description voidKeyFactory.Generator. addCustomizer(KeyFactoryCustomizer customizer)static KeyFactoryKeyFactory. create(java.lang.ClassLoader loader, java.lang.Class keyInterface, KeyFactoryCustomizer customizer, java.util.List<KeyFactoryCustomizer> next)static KeyFactoryKeyFactory. 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 KeyFactoryKeyFactory. create(java.lang.ClassLoader loader, java.lang.Class keyInterface, KeyFactoryCustomizer customizer, java.util.List<KeyFactoryCustomizer> next)static KeyFactoryKeyFactory. 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. customizersMethods in net.sf.cglib.core.internal with parameters of type KeyFactoryCustomizer Modifier and Type Method Description voidCustomizerRegistry. add(KeyFactoryCustomizer customizer)
-