Package com.sun.faces.util.copier


package com.sun.faces.util.copier
  • Class
    Description
    Copier that copies an object using the Cloneable facility.
    Interface that is to be implement by classes that know how to copy an object.
     
    Copier that copies an object using its copy constructor.
    Copier that copies an object trying a variety of strategies until one succeeds.
    Copier that doesn't actually copy an object fully, but just returns a new instance of the same type.
    Copier that copies an object by serializing and subsequently deserializing it again.