public class ProxyTransformationUtils extends Object
| Constructor and Description |
|---|
ProxyTransformationUtils() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
copyToByteArray(InputStream in) |
static ClassPool |
createClassPool(ClassLoader classLoader)
Creates a ClassPool with supplied ClassLoader
|
static ClassPool |
getClassPool(ClassLoader classLoader)
Creates one ClassPool per ClassLoader and caches it
|
public static ClassPool getClassPool(ClassLoader classLoader)
classLoader - public static ClassPool createClassPool(ClassLoader classLoader)
classLoader - public static byte[] copyToByteArray(InputStream in) throws IOException
IOExceptionCopyright © 2018. All rights reserved.