Class InstantiationHelpers
java.lang.Object
com.broadleafcommerce.metadata.dsl.core.helpers.InstantiationHelpers
- Author:
- Nick Crum (ncrum)
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> T
createInstance
(Class<T> clazz) Creates a new instance of the provide class.
-
Method Details
-
createInstance
Creates a new instance of the provide class.- Type Parameters:
T
- the type of the clazz- Parameters:
clazz
- the class to construct- Returns:
- an instance of the class
-