Class TypePool.Default.LazyTypeDescription.TypeContainment.WithinType

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

@Enhance public static class TypePool.Default.LazyTypeDescription.TypeContainment.WithinType extends Object implements TypePool.Default.LazyTypeDescription.TypeContainment
Describes a type that is contained within another type.
  • Field Details

    • name

      private final String name
      The type's binary name.
    • localType

      private final boolean localType
      true if the type is a local type unless it is an anonymous type.
  • Constructor Details

    • WithinType

      protected WithinType(String internalName, boolean localType)
      Creates a new type containment for a type that is declared within another type.
      Parameters:
      internalName - The type's internal name.
      localType - true if the type is a local type unless it is an anonymous type.
  • Method Details