Class NotImplementedMappingsSaver
java.lang.Object
com.github.tomakehurst.wiremock.servlet.NotImplementedMappingsSaver
- All Implemented Interfaces:
MappingsSaver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidsave(StubMapping stubMapping) voidsave(List<StubMapping> stubMappings) voidsetAll(List<StubMapping> stubMappings) Saves the provided stubs and removes all others.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github.tomakehurst.wiremock.core.MappingsSaver
remove
-
Constructor Details
-
NotImplementedMappingsSaver
public NotImplementedMappingsSaver()
-
-
Method Details
-
save
- Specified by:
savein interfaceMappingsSaver
-
save
- Specified by:
savein interfaceMappingsSaver
-
remove
- Specified by:
removein interfaceMappingsSaver
-
removeAll
public void removeAll()- Specified by:
removeAllin interfaceMappingsSaver
-
setAll
Description copied from interface:MappingsSaverSaves the provided stubs and removes all others.- Specified by:
setAllin interfaceMappingsSaver
-