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 |
Super.Binder.TypeLocator.ForInstrumentedType
A type locator that yields the instrumented type.
|
static class |
Super.Binder.TypeLocator.ForParameterType
A type locator that yields the target parameter's type.
|
static class |
Super.Binder.TypeLocator.ForType
A type locator that returns a given type.
|
Modifier and Type | Method and Description |
---|---|
protected static Super.Binder.TypeLocator |
Super.Binder.TypeLocator.ForType.of(TypeDescription typeDescription)
Resolves a type locator based upon an annotation value.
|
Copyright © 2014–2020. All rights reserved.