public class ByteCodeType
extends Object
-
Constructor Summary
Constructors
-
Method Summary
org.jboss.jandex.DotName
org.jboss.jandex.Type
boolean
org.objectweb.asm.Type
-
Constructor Details
-
ByteCodeType
public ByteCodeType(Class<?> type)
-
ByteCodeType
public ByteCodeType(org.jboss.jandex.Type type)
-
Method Details
-
get
public org.jboss.jandex.Type get()
-
-
dotName
public org.jboss.jandex.DotName dotName()
-
-
isPrimitive
public boolean isPrimitive()
-
-
type
public org.objectweb.asm.Type type()
-