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 |
---|---|
static class |
FieldProxy.Binder.FieldResolver.Factory.Duplex
A duplex factory for a type that both sets and gets a field value.
|
static class |
FieldProxy.Binder.FieldResolver.Factory.Simplex
A simplex factory where field getters and setters both have their own type.
|
Constructor and Description |
---|
Binder(FieldProxy.Binder.FieldResolver.Factory fieldResolverFactory)
Creates a new binder for a
FieldProxy . |
Copyright © 2014–2020. All rights reserved.