Interface ObjectClonerFactory


  • public interface ObjectClonerFactory
    An object cloner factory.
    • Method Detail

      • createCloner

        ObjectCloner createCloner​(ClonerConfiguration configuration)
        Create a new cloner with the given configuration.
        Parameters:
        configuration - the configuration to use
        Returns:
        the new cloner