Class TypeDescription.Generic.OfWildcardType.ForLoadedType

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.OfWildcardType

public static class TypeDescription.Generic.OfWildcardType.ForLoadedType extends TypeDescription.Generic.OfWildcardType
Description of a loaded wildcard.
  • Field Details

  • Constructor Details

    • ForLoadedType

      public ForLoadedType(WildcardType wildcardType)
      Creates a description of a loaded wildcard.
      Parameters:
      wildcardType - The represented loaded wildcard type.
    • ForLoadedType

      protected ForLoadedType(WildcardType wildcardType, TypeDescription.Generic.AnnotationReader annotationReader)
      Creates a description of a loaded wildcard.
      Parameters:
      wildcardType - The represented loaded wildcard type.
      annotationReader - The annotation reader to query for the wildcard type's annotations.
  • Method Details