Package io.micronaut.sourcegen.bytecode
Class TypeUtils
java.lang.Object
io.micronaut.sourcegen.bytecode.TypeUtils
Internal bytecode type utils.
- Since:
- 1.5
- Author:
- Denis Stepanov
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getMethodDescriptor
(@Nullable ObjectDef objectDef, MethodDef methodDef) static org.objectweb.asm.Type
getType
(ClassTypeDef classTypeDef) static org.objectweb.asm.Type
getType
(TypeDef.Primitive primitive) static org.objectweb.asm.Type
static org.objectweb.asm.Type
static org.objectweb.asm.Type
-
Field Details
-
OBJECT_TYPE
public static final org.objectweb.asm.Type OBJECT_TYPE
-
-
Constructor Details
-
TypeUtils
public TypeUtils()
-
-
Method Details
-
getMethodDescriptor
-
getType
-
getType
-
getType
public static org.objectweb.asm.Type getType(String className, org.objectweb.asm.Type... genericTypes) -
getType
-
getType
-