Package | Description |
---|---|
net.bytebuddy.description.method |
Contains descriptions of Java methods and constructors as well as their parameters.
|
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.ForLoadedConstructor
Represents a constructor that can be invoked.
|
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.