Package net.anwiba.commons.reflection
Class ReflectionObjectFactory
- java.lang.Object
-
- net.anwiba.commons.reflection.ReflectionObjectFactory
-
public class ReflectionObjectFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ReflectionObjectFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Tcreate(java.lang.String className)
-
-
-
Method Detail
-
create
public <T> T create(java.lang.String className) throws CreationException- Throws:
CreationException
-
-