org.apache.hadoop.hbase.util
Class ReflectionUtils
java.lang.Object
org.apache.hadoop.hbase.util.ReflectionUtils
@InterfaceAudience.Private
public class ReflectionUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReflectionUtils
public ReflectionUtils()
instantiateWithCustomCtor
public static <T> T instantiateWithCustomCtor(String className,
Class<?>[] ctorArgTypes,
Object[] ctorArgs)
newInstance
public static <T> T newInstance(Class<T> type,
Object... params)
findConstructor
public static <T> Constructor<T> findConstructor(Class<T> type,
Object... paramTypes)
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.