Interface HeaderDelegateProvider<T>

    • Method Detail

      • supports

        boolean supports​(Class<?> type)
        Ascertain if the Provider supports a particular type.
        Parameters:
        type - the type that is to be supported.
        Returns:
        true if the type is supported, otherwise false.