Class TypeDescription.Generic.OfParameterizedType.ForGenerifiedErasure

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:
TypeDescription.Generic.OfParameterizedType

public static class TypeDescription.Generic.OfParameterizedType.ForGenerifiedErasure extends TypeDescription.Generic.OfParameterizedType
Represents an erasure as a generic type where all type variables are representing their own arguments.
  • Field Details

    • typeDescription

      private final TypeDescription typeDescription
      The represented erasure.
  • Constructor Details

    • ForGenerifiedErasure

      protected ForGenerifiedErasure(TypeDescription typeDescription)
      Creates a new generified erasure.
      Parameters:
      typeDescription - The represented erasure.
  • Method Details