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, wait
configure
public static HttpServerStubConfigurer INSTANCE
public boolean isAccepted(Object httpStubConfiguration)
HttpServerStubConfigurer
isAccepted
in interface HttpServerStubConfigurer
httpStubConfiguration
- - HTTP server stub implementationtrue
when this configurer can be applied for this objectCopyright © 2016–2019 Spring. All rights reserved.