public class JavassitUtils extends Object
| Constructor and Description |
|---|
JavassitUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getDesc(Class<?> returnType) |
static String |
getMethodDesc(Class<?> returnType,
Class<?>... params)
生成方法签名
|
static String |
getPrimitiveLetter(Class<?> type) |
static String |
getType(Class<?> parameterType) |
static boolean |
setLoad(javassist.bytecode.Bytecode bytecode,
String desc,
int index) |
public static boolean setLoad(javassist.bytecode.Bytecode bytecode,
String desc,
int index)
Copyright © 2020. All rights reserved.