Class TypePool.Default.LazyTypeDescription.TypeContainment.WithinMethod

java.lang.Object
net.bytebuddy.pool.TypePool.Default.LazyTypeDescription.TypeContainment.WithinMethod
All Implemented Interfaces:
TypePool.Default.LazyTypeDescription.TypeContainment
Enclosing interface:
TypePool.Default.LazyTypeDescription.TypeContainment

@Enhance public static class TypePool.Default.LazyTypeDescription.TypeContainment.WithinMethod extends Object implements TypePool.Default.LazyTypeDescription.TypeContainment
Describes a type that is contained within a method or constructor.
  • Field Details

    • name

      private final String name
      The method's declaring type's internal name.
    • methodName

      private final String methodName
      The method's internal name.
    • methodDescriptor

      private final String methodDescriptor
      The method's descriptor.
  • Constructor Details

    • WithinMethod

      protected WithinMethod(String internalName, String methodName, String methodDescriptor)
      Creates a new type containment for a type that is declared within a method.
      Parameters:
      internalName - The method's declaring type's internal name.
      methodName - The method's internal name.
      methodDescriptor - The method's descriptor.
  • Method Details