Package | Description |
---|---|
net.bytebuddy.implementation.bind.annotation |
This package contains annotations, types and classes that are responsible for binding a method to calling another
method by interpreting annotations that indicate how a method should be bound to another method.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
FieldGetterHandle.Binder.Delegate
A delegate implementation for the
FieldGetterHandle.Binder . |
static class |
FieldProxy.Binder
A binder for the
FieldProxy annotation. |
protected static class |
FieldSetterHandle.Binder.Delegate
A delegate implementation for the
FieldSetterHandle.Binder . |
protected static class |
FieldValue.Binder.Delegate
A delegate implementation for the
FieldValue.Binder . |
Copyright © 2014–2024. All rights reserved.