Package org.jboss.classfilewriter.util
Class Signatures
- java.lang.Object
-
- org.jboss.classfilewriter.util.Signatures
-
public final class Signatures extends java.lang.ObjectEncode signatures that use types outside the type system of the Java Virtual Machine. See also the JVM spec, section "4.7.9.1. Signatures". If anything goes wrong during encoding aRuntimeExceptionis thrown.- Author:
- Martin Kouba
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringmethodSignature(java.lang.reflect.Method method)
-