Interface SerializableClassWhitelistProvider

All Known Implementing Classes:
BambooHomeDirectoryClassWhitelistProvider, GitSerializableClassWhitelistProvider, MavenSerializableClassWhitelistProvider

public interface SerializableClassWhitelistProvider
A provider of classes that should be added to the serialization and deserialization whitelist of Bamboo.
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull Iterable<String>
    Return names of classes that are allowed to be serialized and deserialized in Bamboo.
  • Method Details

    • getWhitelistedClasses

      @NotNull @NotNull Iterable<String> getWhitelistedClasses()
      Return names of classes that are allowed to be serialized and deserialized in Bamboo.
      See Also: