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 |
FieldProxy.Binder.FieldLocator.Illegal
Represents an illegal field locator which can impossible locate a field.
|
protected static class |
FieldProxy.Binder.FieldLocator.Legal
Represents a field locator for a field whose name could be located.
|
Modifier and Type | Method and Description |
---|---|
protected static FieldProxy.Binder.FieldLocator |
FieldProxy.Binder.FieldLocator.Legal.consider(MethodDescription methodDescription)
Considers a given method to expose a field name by following the Java bean naming conventions
for getter and setter methods.
|
protected static FieldProxy.Binder.FieldLocator |
FieldProxy.Binder.FieldLocator.of(String fieldName,
MethodDescription methodDescription)
Returns a field locator for a given field.
|
Copyright © 2014–2016. All rights reserved.