Interface RequestPredicate

    • Field Detail

      • BODY_REQUIRED

        static final RequestPredicate BODY_REQUIRED
        Request predicate that checks if body exists or not
    • Method Detail

      • multipartFileUploadExists

        static RequestPredicate multipartFileUploadExists​(String propertyName,
                                                          String contentTypePattern)
        Generate request predicate that checks if a particular multipart file upload with propertyName and matching contentTypePattern exists
        Parameters:
        propertyName -
        contentTypePattern -
        Returns: