Interface CloneTable


public interface CloneTable
An interface which allows extending a cloner to types that it would not otherwise support.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final CloneTable
    A null clone table.
  • Method Summary

    Modifier and Type
    Method
    Description
    clone(Object original, ObjectCloner objectCloner, ClassCloner classCloner)
    Attempt to clone the given object.
  • Field Details

    • NULL

      static final CloneTable NULL
      A null clone table.
  • Method Details