public static class HttpServletRequestMatcher.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
HttpServletRequestMatcher |
build() |
HttpServletRequestMatcher.Builder |
pathInfo(org.hamcrest.Matcher<? super String> pathInfoMatcher) |
HttpServletRequestMatcher.Builder |
pathInfo(String pathInfo) |
HttpServletRequestMatcher.Builder |
servletPath(org.hamcrest.Matcher<? super String> servletPathMatcher) |
HttpServletRequestMatcher.Builder |
servletPath(String servletPath) |
public HttpServletRequestMatcher.Builder servletPath(@NotNull String servletPath)
public HttpServletRequestMatcher.Builder servletPath(@NotNull org.hamcrest.Matcher<? super String> servletPathMatcher)
public HttpServletRequestMatcher.Builder pathInfo(@NotNull String pathInfo)
public HttpServletRequestMatcher.Builder pathInfo(@NotNull org.hamcrest.Matcher<? super String> pathInfoMatcher)
public HttpServletRequestMatcher build()
Copyright © 2018 Atlassian Software Systems Pty Ltd. All rights reserved.