Interface MappingsSaver
- All Known Subinterfaces:
MappingsSource
- All Known Implementing Classes:
JsonFileMappingsSource,NotImplementedMappingsSaver
public interface MappingsSaver
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidvoidvoidvoidsave(StubMapping stubMapping) voidsave(List<StubMapping> stubMappings) default voidsetAll(List<StubMapping> stubMappings) Saves the provided stubs and removes all others.
-
Method Details
-
save
-
save
-
remove
-
remove
-
removeAll
void removeAll() -
setAll
Saves the provided stubs and removes all others.
-