Uses of Class
cool.scx.bean.exception.NoUniqueConstructorException
Packages that use NoUniqueConstructorException
-
Uses of NoUniqueConstructorException in cool.scx.bean
Methods in cool.scx.bean that throw NoUniqueConstructorExceptionModifier and TypeMethodDescriptionvoidBeanFactory.registerBeanClass(String name, Class<?> beanClass, boolean singleton) 根据 Class 注册一个 BeanvoidBeanFactoryImpl.registerBeanClass(String name, Class<?> beanClass, boolean singleton) -
Uses of NoUniqueConstructorException in cool.scx.bean.provider
Methods in cool.scx.bean.provider that throw NoUniqueConstructorExceptionModifier and TypeMethodDescriptionstatic ConstructorInfoAnnotationConfigBeanProvider.findPreferredConstructor(Class<?> beanClass) 查找构造函数Constructors in cool.scx.bean.provider that throw NoUniqueConstructorException