Class ConstructorTool
java.lang.Object
ch.nolix.base.reflection.reflectiontool.ConstructorTool
- All Implemented Interfaces:
IConstructorTool
- Author:
- Silvan Wyss
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> TcreateInstanceFromDefaultConstructor(Constructor<T> defaultConstructor)
-
Constructor Details
-
ConstructorTool
public ConstructorTool()
-
-
Method Details
-
createInstanceFromDefaultConstructor
- Specified by:
createInstanceFromDefaultConstructorin interfaceIConstructorTool
-