Class GenericTypeAwareAssigner.IsAssignableToVisitor.OfParameterizedType

All Implemented Interfaces:
TypeDescription.Generic.Visitor<Boolean>
Enclosing class:
GenericTypeAwareAssigner.IsAssignableToVisitor

protected static class GenericTypeAwareAssigner.IsAssignableToVisitor.OfParameterizedType extends GenericTypeAwareAssigner.IsAssignableToVisitor.OfSimpleType
A visitor for determining the assignability of a parameterized type.
  • Constructor Details

    • OfParameterizedType

      protected OfParameterizedType(TypeDescription.Generic typeDescription, boolean polymorphic)
      Creates a new visitor.
      Parameters:
      typeDescription - The type being assigned to another type.
      polymorphic - true if the assignment is polymorphic.
  • Method Details