Class DefaultMethod.Binder.MethodLocator.ForExplicitType

java.lang.Object
net.bytebuddy.implementation.bind.annotation.DefaultMethod.Binder.MethodLocator.ForExplicitType
All Implemented Interfaces:
DefaultMethod.Binder.MethodLocator
Enclosing interface:
DefaultMethod.Binder.MethodLocator

@Enhance public static class DefaultMethod.Binder.MethodLocator.ForExplicitType extends Object implements DefaultMethod.Binder.MethodLocator
A method locator for an explicit target type.
  • Field Details

    • typeDescription

      private final TypeDescription typeDescription
      The explicit target type.
  • Constructor Details

    • ForExplicitType

      protected ForExplicitType(TypeDescription typeDescription)
      Creates a method locator for an explicit target.
      Parameters:
      typeDescription - The explicit target type.
  • Method Details