接口的使用
cn.taketoday.bytecode.core.Customizer
使用Customizer的程序包
-
cn.taketoday.bytecode.core中Customizer的使用
参数类型为Customizer的cn.taketoday.bytecode.core中的方法修饰符和类型方法说明static <T> TKeyFactory.create(Class<T> keyInterface, Customizer customizer) static <T> TKeyFactory.create(ClassLoader loader, Class<T> keyInterface, Customizer customizer) static voidEmitUtils.hashCode(GeneratorAdapter e, Type type, int multiplier, Customizer customizer) 已过时。static CustomizerRegistryCustomizerRegistry.singleton(Customizer customizer)
EmitUtils.hashCode(GeneratorAdapter, Type, int, CustomizerRegistry)instead