Interface IgnoredPathMatcher

  • All Superinterfaces:
    Predicate<String>, TeamCityExtension
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface IgnoredPathMatcher
    extends Predicate<String>, TeamCityExtension
    If this predicate is matched by a HTTP request path, such a request will never be treated as a multipart one, meaning Spring will no longer convert such request to MultipartHttpServletRequest.
    Since:
    2019.2
    Author:
    Andrey Shcheglov <mailto:andrey.shcheglov@jetbrains.com>