Class ClassInstance<T>
java.lang.Object
com.codebox.instance.ClassInstance<T>
- Type Parameters:
T- the element type
The Class Instance.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R> ObjectbuildValue(Class<R> returnType, LoadType loadType) Builds the value.final TnewInstance(Class<T> clazz) New instance.
-
Constructor Details
-
ClassInstance
public ClassInstance()
-
-
Method Details
-
newInstance
-
buildValue
-