Uses of Class
org.springframework.beans.factory.CannotLoadBeanClassException
Packages that use CannotLoadBeanClassException
Package
Description
Classes supporting the 
org.springframework.beans.factory package.- 
Uses of CannotLoadBeanClassException in org.springframework.beans.factory.supportMethods in org.springframework.beans.factory.support that throw CannotLoadBeanClassExceptionModifier and TypeMethodDescriptionAbstractBeanFactory.resolveBeanClass(RootBeanDefinition mbd, String beanName, Class<?>... typesToMatch) Resolve the bean class for the specified bean definition, resolving a bean class name into a Class reference (if necessary) and storing the resolved Class in the bean definition for further use.