Class TestContentSerializerBundle

  • All Implemented Interfaces:
    org.projectnessie.versioned.store.ContentSerializerBundle

    public class TestContentSerializerBundle
    extends java.lang.Object
    implements org.projectnessie.versioned.store.ContentSerializerBundle
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void register​(java.util.function.Consumer<org.projectnessie.versioned.store.ContentSerializer<?>> registry)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestContentSerializerBundle

        public TestContentSerializerBundle()
    • Method Detail

      • register

        public void register​(java.util.function.Consumer<org.projectnessie.versioned.store.ContentSerializer<?>> registry)
        Specified by:
        register in interface org.projectnessie.versioned.store.ContentSerializerBundle