public class GetClassFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<Class<?>>
| Constructor and Description | 
|---|
| GetClassFactoryBean() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getClassName() | 
| Class<?> | getObject() | 
| Class<?> | getObjectType() | 
| boolean | isSingleton() | 
| void | setClassName(String className) | 
public GetClassFactoryBean()
public Class<?> getObject()
getObject in interface org.springframework.beans.factory.FactoryBean<Class<?>>public Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<Class<?>>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<Class<?>>public String getClassName()
public void setClassName(String className)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.