Uses of Class
com.emarsys.ecommon.util.Classes.Instantiator

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
<C,E extends java.lang.Exception>
Classes.Instantiator<C,E>
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)
           
 



Copyright © 2010 emarsys AG. All Rights Reserved.