Interface ObjectClonerFactory


public interface ObjectClonerFactory
An object cloner factory.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ObjectClonerFactory
    An object cloner factory which produces identity object cloners.
  • Method Summary

    Modifier and Type
    Method
    Description
    Create a new cloner with the given configuration.
  • Field Details

  • Method Details

    • createCloner

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