public class ReflectionFactoryUtils extends Object
Constructor and Description |
---|
ReflectionFactoryUtils() |
Modifier and Type | Method and Description |
---|---|
static <T> Constructor<T> |
getReflectionFactoryConstructor(Class<T> proxyClass) |
static boolean |
isAvailable() |
public static boolean isAvailable()
public static <T> Constructor<T> getReflectionFactoryConstructor(Class<T> proxyClass) throws NoSuchMethodException
NoSuchMethodException
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.