Interface MappingsSaver

All Known Subinterfaces:
MappingsSource
All Known Implementing Classes:
JsonFileMappingsSource, NotImplementedMappingsSaver

public interface MappingsSaver
  • Method Details

    • save

      void save(List<StubMapping> stubMappings)
    • save

      void save(StubMapping stubMapping)
    • remove

      void remove(UUID stubMappingId)
    • remove

      default void remove(List<UUID> stubMappingIds)
    • removeAll

      void removeAll()
    • setAll

      default void setAll(List<StubMapping> stubMappings)
      Saves the provided stubs and removes all others.