Package | Description |
---|---|
info.junius.library.jabb.util |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
InstanceFactory.getInstance(java.lang.Class<?> clazz)
Returns an instance of type T
|
java.lang.Object |
InstanceFactory.getInstance(java.lang.Class<?> clazz,
java.lang.String arg)
Creates an instance of the given class using the string argument
|
java.lang.Object |
InstanceFactory.getInstance(GenericType type)
Returns an instance of type T
|