Uses of Interface
net.bytebuddy.implementation.bind.annotation.Default.Binder.TypeLocator
Packages that use Default.Binder.TypeLocator
Package
Description
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.
-
Uses of Default.Binder.TypeLocator in net.bytebuddy.implementation.bind.annotation
Classes in net.bytebuddy.implementation.bind.annotation that implement Default.Binder.TypeLocatorModifier and TypeClassDescriptionstatic enum
A type locator that yields the target parameter's type.static class
A type locator that returns a given type.Methods in net.bytebuddy.implementation.bind.annotation that return Default.Binder.TypeLocatorModifier and TypeMethodDescriptionprotected static Default.Binder.TypeLocator
Default.Binder.TypeLocator.ForType.of
(TypeDescription typeDescription) Resolves a type locator based upon an annotation value.