public enum MethodSignatures extends java.lang.Enum<MethodSignatures>
| Modifier and Type | Method and Description |
|---|---|
abstract <T> MethodSignatureWriter<T> |
methodSignatureWriter() |
static MethodSignatures |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MethodSignatures[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MethodSignatures ByteBuddy
public static final MethodSignatures Javassist
public static MethodSignatures[] values()
for (MethodSignatures c : MethodSignatures.values()) System.out.println(c);
public static MethodSignatures valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic abstract <T> MethodSignatureWriter<T> methodSignatureWriter()