Class TypeUtils
- java.lang.Object
-
- org.apache.flink.api.common.typeinfo.utils.TypeUtils
-
- All Implemented Interfaces:
Serializable
@Experimental public class TypeUtils extends Object implements Serializable
Utility class to create objects via reflection.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TypeUtils()
-
-
-
Method Detail
-
getInstance
public static Object getInstance(String classPath, Object... args) throws ReflectiveOperationException
- Throws:
ReflectiveOperationException
-
-