@HashCodeAndEqualsPlugin.Enhance public static class DefaultMethodHandle.Binder.MethodLocator.ForExplicitType extends Object implements DefaultMethodHandle.Binder.MethodLocator
DefaultMethodHandle.Binder.MethodLocator.ForExplicitType, DefaultMethodHandle.Binder.MethodLocator.ForImplicitType| Modifier | Constructor and Description |
|---|---|
protected |
ForExplicitType(TypeDescription typeDescription)
Creates a method locator for an explicit target.
|
| Modifier and Type | Method and Description |
|---|---|
Implementation.SpecialMethodInvocation |
resolve(Implementation.Target implementationTarget,
MethodDescription source)
Resolves the special method invocation to this target.
|
protected ForExplicitType(TypeDescription typeDescription)
typeDescription - The explicit target type.public Implementation.SpecialMethodInvocation resolve(Implementation.Target implementationTarget, MethodDescription source)
resolve in interface DefaultMethodHandle.Binder.MethodLocatorimplementationTarget - The implementation target.source - The method being instrumented.Copyright © 2014–2025. All rights reserved.