Interface ObjectClonerSource


public interface ObjectClonerSource
A source for object cloners. Use in applications where the configuration of cloners must be abstracted away from their creation.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ObjectClonerSource
    An object cloner which returns the identity cloner.
  • Method Summary

    Modifier and Type
    Method
    Description
    Create a new object cloner.
  • Field Details

  • Method Details

    • createNew

      ObjectCloner createNew()
      Create a new object cloner.
      Returns:
      a new object cloner