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
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetMethodDescriptor(@Nullable ObjectDef objectDef, MethodDef methodDef) static org.objectweb.asm.TypegetType(ClassTypeDef classTypeDef) static org.objectweb.asm.TypegetType(TypeDef.Primitive primitive) static org.objectweb.asm.Typestatic org.objectweb.asm.Typestatic 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
 
 -