Uses of Class
com.helger.commons.factory.FactoryNewInstance
-
Packages that use FactoryNewInstance Package Description com.helger.commons.factory -
-
Uses of FactoryNewInstance in com.helger.commons.factory
Methods in com.helger.commons.factory that return FactoryNewInstance Modifier and Type Method Description static <DATATYPE> FactoryNewInstance<DATATYPE>FactoryNewInstance. create(Class<DATATYPE> aClass)static <DATATYPE> FactoryNewInstance<DATATYPE>FactoryNewInstance. create(Class<DATATYPE> aClass, boolean bCheckInstancable)
-