Interface TypeArgumentAware

  • All Known Subinterfaces:
    Table<RowType>
    All Known Implementing Classes:
    DefaultSeleniumTable

    public interface TypeArgumentAware
    Offers the possibility for generic tapir elements to obtain the runtime type of its type arguments. These types can be used to get instances of the specific type.
    Since:
    2.0.0
    Author:
    Oliver Libutzki <[email protected]>
    • Method Detail

      • setTypeArguments

        void setTypeArguments​(java.util.List<java.lang.reflect.Type> types)
        Sets the type arguments. The number of types in the list has to be the same as the number of the type's type arguments.
        Parameters:
        types - the type arguments