| Package | Description |
|---|---|
| net.bytebuddy.instrumentation.method |
This package contains types and implementations for describing a Java byte code method which can be any byte code
container, i.e.
|
| net.bytebuddy.utility |
This package contains utility classes for common use within any Byte Buddy logic.
|
| Modifier and Type | Field and Description |
|---|---|
protected static JavaMethod |
ParameterDescription.ForLoadedParameter.GET_TYPE
Java method representation for the
java.lang.reflect.Parameter's getType method. |
| Modifier and Type | Class and Description |
|---|---|
static class |
JavaMethod.ForLoadedMethod
Represents a method that can be invoked.
|
static class |
JavaMethod.ForUnavailableMethod
Represents a method that cannot be invoked.
|
Copyright © 2014–2015. All rights reserved.