Uses of Class
net.sf.cglib.core.internal.CustomizerRegistry
-
Packages that use CustomizerRegistry Package Description net.sf.cglib.core net.sf.cglib.core.internal -
-
Uses of CustomizerRegistry in net.sf.cglib.core
Fields in net.sf.cglib.core declared as CustomizerRegistry Modifier and Type Field Description private CustomizerRegistryKeyFactory.Generator. customizersMethods in net.sf.cglib.core with parameters of type CustomizerRegistry Modifier and Type Method Description static voidEmitUtils. append_string(CodeEmitter e, org.objectweb.asm.Type type, EmitUtils.ArrayDelimiters delims, CustomizerRegistry registry)private static voidEmitUtils. append_string_helper(CodeEmitter e, org.objectweb.asm.Type type, EmitUtils.ArrayDelimiters delims, CustomizerRegistry registry, ProcessArrayCallback callback)private static voidEmitUtils. hash_array(CodeEmitter e, org.objectweb.asm.Type type, int multiplier, CustomizerRegistry registry)static voidEmitUtils. hash_code(CodeEmitter e, org.objectweb.asm.Type type, int multiplier, CustomizerRegistry registry)private static voidEmitUtils. hash_object(CodeEmitter e, org.objectweb.asm.Type type, CustomizerRegistry registry)static voidEmitUtils. not_equals(CodeEmitter e, org.objectweb.asm.Type type, org.objectweb.asm.Label notEquals, CustomizerRegistry registry)Branches to the specified label if the top two items on the stack are not equal.private static voidEmitUtils. not_equals_helper(CodeEmitter e, org.objectweb.asm.Type type, org.objectweb.asm.Label notEquals, CustomizerRegistry registry, ProcessArrayCallback callback) -
Uses of CustomizerRegistry in net.sf.cglib.core.internal
Methods in net.sf.cglib.core.internal that return CustomizerRegistry Modifier and Type Method Description static CustomizerRegistryCustomizerRegistry. singleton(Customizer customizer)Deprecated.Only to keep backward compatibility.
-