Interface MappingsSaver
-
- All Known Subinterfaces:
MappingsSource
- All Known Implementing Classes:
JsonFileMappingsSource,NotImplementedMappingsSaver
public interface MappingsSaver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description voidremove(StubMapping stubMapping)Deprecated, for removal: This API element is subject to removal in a future version.default voidremove(java.util.UUID stubMappingId)voidremoveAll()voidsave(StubMapping stubMapping)voidsave(java.util.List<StubMapping> stubMappings)
-
-
-
Method Detail
-
save
void save(java.util.List<StubMapping> stubMappings)
-
save
void save(StubMapping stubMapping)
-
remove
@Deprecated(forRemoval=true) void remove(StubMapping stubMapping)
Deprecated, for removal: This API element is subject to removal in a future version.
-
remove
default void remove(java.util.UUID stubMappingId)
-
removeAll
void removeAll()
-
-