Class Super.Binder.TypeLocator.ForType

java.lang.Object
net.bytebuddy.implementation.bind.annotation.Super.Binder.TypeLocator.ForType
All Implemented Interfaces:
Super.Binder.TypeLocator
Enclosing interface:
Super.Binder.TypeLocator

@Enhance public static class Super.Binder.TypeLocator.ForType extends Object implements Super.Binder.TypeLocator
A type locator that returns a given type.
  • Field Details

    • typeDescription

      private final TypeDescription typeDescription
      The type to be returned upon resolution.
  • Constructor Details

    • ForType

      protected ForType(TypeDescription typeDescription)
      Creates a new type locator for a given type.
      Parameters:
      typeDescription - The type to be returned upon resolution.
  • Method Details