Interface ObjectCopierFactory


public interface ObjectCopierFactory
ObjectCopier factory interface used for registration.
  • Method Summary

    Modifier and Type
    Method
    Description
    Create a new instance of an ObjectCopier.
  • Method Details

    • make

      ObjectCopier make()
      Create a new instance of an ObjectCopier.