Uses of Interface
net.bytebuddy.implementation.bind.annotation.Super.Binder.TypeLocator
-
Packages that use Super.Binder.TypeLocator 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. -
-
Uses of Super.Binder.TypeLocator in net.bytebuddy.implementation.bind.annotation
Classes in net.bytebuddy.implementation.bind.annotation that implement Super.Binder.TypeLocator Modifier and Type Class Description static classSuper.Binder.TypeLocator.ForInstrumentedTypeA type locator that yields the instrumented type.static classSuper.Binder.TypeLocator.ForParameterTypeA type locator that yields the target parameter's type.static classSuper.Binder.TypeLocator.ForTypeA type locator that returns a given type.Methods in net.bytebuddy.implementation.bind.annotation that return Super.Binder.TypeLocator Modifier and Type Method Description protected static Super.Binder.TypeLocatorSuper.Binder.TypeLocator.ForType. of(TypeDescription typeDescription)Resolves a type locator based upon an annotation value.
-