Uses of Interface
net.sf.cglib.core.Customizer

Packages that use Customizer
net.sf.cglib.core   
 

Uses of Customizer in net.sf.cglib.core
 

Fields in net.sf.cglib.core declared as Customizer
static Customizer KeyFactory.CLASS_BY_NAME
           
static Customizer KeyFactory.OBJECT_BY_CLASS
           
 

Methods in net.sf.cglib.core with parameters of type Customizer
static KeyFactory KeyFactory.create(java.lang.Class keyInterface, Customizer customizer)
           
 void KeyFactory.Generator.setCustomizer(Customizer customizer)
           
static void EmitUtils.hash_code(CodeEmitter e, org.objectweb.asm.Type type, int multiplier, Customizer customizer)
           
static void EmitUtils.not_equals(CodeEmitter e, org.objectweb.asm.Type type, org.objectweb.asm.Label notEquals, Customizer customizer)
          Branches to the specified label if the top two items on the stack are not equal.
static void EmitUtils.append_string(CodeEmitter e, org.objectweb.asm.Type type, EmitUtils.ArrayDelimiters delims, Customizer customizer)
           
 



Copyright © 2002-2003 cglib. All Rights Reserved.