Package org.openl.util
Class ObjectUtils
java.lang.Object
org.openl.util.ObjectUtils
Set of utilities for manipulating with objects.
- Author:
- Yury Molchan
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ObjectUtils
public ObjectUtils()
-
-
Method Details
-
convert
Converts a string to the value of the given type.- Parameters:
value- an input string for conversion to an object value.type- a type of the result.- Returns:
- an object value of the given type.
-