public static class HttpServerStubConfigurer.NoOpHttpServerStubConfigurer extends Object implements HttpServerStubConfigurer
HttpServerStubConfigurer.NoOpHttpServerStubConfigurer| Modifier and Type | Field and Description |
|---|---|
static HttpServerStubConfigurer |
INSTANCE |
| Constructor and Description |
|---|
NoOpHttpServerStubConfigurer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAccepted(Object httpStubConfiguration)
Ensures that the HTTP server stub implementation configuration type is accepted.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigurepublic static HttpServerStubConfigurer INSTANCE
public boolean isAccepted(Object httpStubConfiguration)
HttpServerStubConfigurerisAccepted in interface HttpServerStubConfigurerhttpStubConfiguration - - HTTP server stub implementationtrue when this configurer can be applied for this objectCopyright © 2016–2021 Spring. All rights reserved.