Interface ValueSerializer.InitializedWithRepository

  • Enclosing interface:
    ValueSerializer<T>

    public static interface ValueSerializer.InitializedWithRepository
    When a ValueSerializer needs to be initialized with Repository instance after the Repository has need created and initialized, it can implement this interface.

    The setRepository(Repository) method might be called *after* a test (de)serialization using default instance. Implementations should account for that.

    • Method Detail

      • setRepository

        void setRepository​(Repository repository)