Class InvokeDynamic.InvocationProvider.NameProvider.ForExplicitName

java.lang.Object
net.bytebuddy.implementation.InvokeDynamic.InvocationProvider.NameProvider.ForExplicitName
All Implemented Interfaces:
InvokeDynamic.InvocationProvider.NameProvider
Enclosing interface:
InvokeDynamic.InvocationProvider.NameProvider

@Enhance public static class InvokeDynamic.InvocationProvider.NameProvider.ForExplicitName extends Object implements InvokeDynamic.InvocationProvider.NameProvider
A name provider that provides an explicit name.
  • Field Details

    • internalName

      private final String internalName
      The name to be provided.
  • Constructor Details

    • ForExplicitName

      protected ForExplicitName(String internalName)
      Creates a new name provider for an explicit name.
      Parameters:
      internalName - The name to be provided.
  • Method Details