java.lang.Object
com.codebox.bean.ValueBuilder
Value Builder Builds values from given type.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Object
buildValue
(Class<T> clazz, LoadType loadType) Builds the value.
-
Constructor Details
-
ValueBuilder
public ValueBuilder()
-
-
Method Details
-
buildValue
Builds the value.- Type Parameters:
T
- the generic type- Parameters:
clazz
- the clazzloadType
- the load type- Returns:
- the object
-