Class ByteCodeType
- java.lang.Object
-
- io.quarkus.panache.common.deployment.ByteCodeType
-
public class ByteCodeType extends Object
-
-
Constructor Summary
Constructors Constructor Description ByteCodeType(Class<?> type)ByteCodeType(org.jboss.jandex.Type type)ByteCodeType(org.objectweb.asm.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescriptor()org.jboss.jandex.DotNamedotName()StringinternalName()StringtoString()org.objectweb.asm.Typetype()ByteCodeTypeunbox()
-
-
-
Constructor Detail
-
ByteCodeType
public ByteCodeType(org.objectweb.asm.Type type)
-
ByteCodeType
public ByteCodeType(Class<?> type)
-
ByteCodeType
public ByteCodeType(org.jboss.jandex.Type type)
-
-