Interface TypeDescription.Generic.Visitor.Assigner.Dispatcher

    • Method Detail

      • isAssignableFrom

        boolean isAssignableFrom​(TypeDescription.Generic typeDescription)
        Checks if the represented type is a super type of the type that is supplied as an argument.
        Parameters:
        typeDescription - The type to check for being assignable to the represented type.
        Returns:
        true if the represented type is assignable to the supplied type.