Package | Description |
---|---|
net.bytebuddy.implementation.bind |
The types and classes of this package are responsible for binding a method call to calling another method.
|
Modifier and Type | Method and Description |
---|---|
static MethodDelegationBinder.ParameterBinding.Illegal |
MethodDelegationBinder.ParameterBinding.Illegal.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodDelegationBinder.ParameterBinding.Illegal[] |
MethodDelegationBinder.ParameterBinding.Illegal.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2020. All rights reserved.