Class ByteCodeType

java.lang.Object
io.quarkus.panache.common.deployment.ByteCodeType

public class ByteCodeType extends Object
  • Constructor Details

    • ByteCodeType

      public ByteCodeType(Class<?> type)
    • ByteCodeType

      public ByteCodeType(org.jboss.jandex.Type type)
  • Method Details

    • get

      public org.jboss.jandex.Type get()
    • descriptor

      public String descriptor()
    • dotName

      public org.jboss.jandex.DotName dotName()
    • internalName

      public String internalName()
    • isPrimitive

      public boolean isPrimitive()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • type

      public org.objectweb.asm.Type type()
    • unbox

      public ByteCodeType unbox()