Class TypePool.Default.LazyTypeDescription.LazyMethodDescription.LazyParameterizedReceiverType

All Implemented Interfaces:
Iterable<TypeDefinition>, AnnotationSource, ModifierReviewable, ModifierReviewable.ForFieldDescription, ModifierReviewable.ForMethodDescription, ModifierReviewable.ForParameterDescription, ModifierReviewable.ForTypeDefinition, ModifierReviewable.OfAbstraction, ModifierReviewable.OfByteCodeElement, ModifierReviewable.OfEnumeration, NamedElement, TypeDefinition, TypeDescription.Generic
Enclosing class:
TypePool.Default.LazyTypeDescription.LazyMethodDescription

private class TypePool.Default.LazyTypeDescription.LazyMethodDescription.LazyParameterizedReceiverType extends TypeDescription.Generic.OfParameterizedType
A lazy description of a parameterized receiver type.
  • Field Details

    • typeDescription

      private final TypeDescription typeDescription
      The erasure of the type to be represented as a parameterized receiver type.
  • Constructor Details

    • LazyParameterizedReceiverType

      protected LazyParameterizedReceiverType()
      Creates a new lazy parameterized receiver type of the method's declaring type.
    • LazyParameterizedReceiverType

      protected LazyParameterizedReceiverType(TypeDescription typeDescription)
      Creates a new lazy parameterized receiver type of the supplied receiver type.
      Parameters:
      typeDescription - The erasure of the type to be represented as a parameterized receiver type.
  • Method Details