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

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

  • Constructor Details

    • ForLoadedType

      public ForLoadedType(ParameterizedType parameterizedType)
      Creates a description of the loaded parameterized type.
      Parameters:
      parameterizedType - The represented parameterized type.
    • ForLoadedType

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