Class TypeDescription.Generic.OfTypeVariable.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.OfTypeVariable

public static class TypeDescription.Generic.OfTypeVariable.ForLoadedType extends TypeDescription.Generic.OfTypeVariable
Description of a loaded type variable.
  • Field Details

  • Constructor Details

    • ForLoadedType

      public ForLoadedType(TypeVariable<?> typeVariable)
      Creates a description of a loaded type variable.
      Parameters:
      typeVariable - The represented type variable.
    • ForLoadedType

      protected ForLoadedType(TypeVariable<?> typeVariable, TypeDescription.Generic.AnnotationReader annotationReader)
      Creates a description of a loaded type variable with an annotation.
      Parameters:
      typeVariable - The represented type variable.
      annotationReader - The annotation reader to query for the variable's annotations.
  • Method Details