接口的使用
cn.taketoday.bytecode.core.KeyFactoryCustomizer
使用KeyFactoryCustomizer的程序包
-
cn.taketoday.bytecode.core中KeyFactoryCustomizer的使用
修饰符和类型接口说明interfaceCustomizes key types forKeyFactorywhen building equals, hashCode, and toString.interfaceCustomizes key types forKeyFactoryright in constructor.interface类型参数类型为KeyFactoryCustomizer的cn.taketoday.bytecode.core中的字段修饰符和类型字段说明private final HashMap<Class<?>,List<KeyFactoryCustomizer>> CustomizerRegistry.customizers修饰符和类型方法说明voidCustomizerRegistry.add(KeyFactoryCustomizer customizer) voidKeyFactory.Generator.addCustomizer(KeyFactoryCustomizer customizer) static <T> TKeyFactory.create(Class<T> keyInterface, KeyFactoryCustomizer first, List<KeyFactoryCustomizer> next) static <T> TKeyFactory.create(ClassLoader loader, Class<T> keyInterface, KeyFactoryCustomizer customizer, List<KeyFactoryCustomizer> next) 类型变量类型为KeyFactoryCustomizer的cn.taketoday.bytecode.core中的方法参数修饰符和类型方法说明static <T> TKeyFactory.create(Class<T> keyInterface, KeyFactoryCustomizer first, List<KeyFactoryCustomizer> next) static <T> TKeyFactory.create(ClassLoader loader, Class<T> keyInterface, KeyFactoryCustomizer customizer, List<KeyFactoryCustomizer> next)