|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Classes.Instantiator | |
---|---|
com.emarsys.ecommon.util | Provides the various common utility classes. |
Uses of Classes.Instantiator in com.emarsys.ecommon.util |
---|
Methods in com.emarsys.ecommon.util that return Classes.Instantiator | ||
---|---|---|
Classes.Instantiator<C,E> |
Classes.Instantiator.forName(java.lang.String className)
|
|
static
|
Classes.instantiator(java.lang.Class<C> type,
java.lang.Class<E> exceptionType)
Returns a new Classes.Instantiator in order create a new instance of
the passed type and in case of an error throw an exception of
the passed exceptionType. |
|
Classes.Instantiator<C,E> |
Classes.Instantiator.useConstructor(java.lang.Class<?>... paramTypes)
|
|
Classes.Instantiator<C,E> |
Classes.Instantiator.withParams(java.lang.Object... params)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |