public class CarbonStreamUtils extends Object
| Constructor and Description |
|---|
CarbonStreamUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Constructor |
getConstructorWithReflection(String className,
Class<?>... parameterTypes) |
static Object |
getInstanceWithReflection(Constructor cons,
Object... initargs) |
public static Constructor getConstructorWithReflection(String className, Class<?>... parameterTypes) throws ClassNotFoundException, NoSuchMethodException
public static Object getInstanceWithReflection(Constructor cons, Object... initargs) throws IllegalAccessException, InvocationTargetException, InstantiationException
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.