Class TypeDescription.Generic.Visitor.Assigner.Dispatcher.AbstractBase

    • Constructor Detail

      • AbstractBase

        public AbstractBase()
    • Method Detail

      • isAssignableFrom

        public boolean isAssignableFrom​(TypeDescription.Generic typeDescription)
        Checks if the represented type is a super type of the type that is supplied as an argument.
        Specified by:
        isAssignableFrom in interface TypeDescription.Generic.Visitor.Assigner.Dispatcher
        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.