public class ByteCodeType extends Object
| Constructor and Description |
|---|
ByteCodeType(Class<?> type) |
ByteCodeType(org.objectweb.asm.Type type) |
ByteCodeType(org.jboss.jandex.Type type) |
| Modifier and Type | Method and Description |
|---|---|
String |
descriptor() |
org.jboss.jandex.DotName |
dotName() |
String |
internalName() |
String |
toString() |
org.objectweb.asm.Type |
type() |
ByteCodeType |
unbox() |
public ByteCodeType(org.objectweb.asm.Type type)
public ByteCodeType(Class<?> type)
public ByteCodeType(org.jboss.jandex.Type type)
Copyright © 2021 JBoss by Red Hat. All rights reserved.