Class CopyConstructorAttributeCopier<T>

  • All Implemented Interfaces:
    AttributeCopier<T>

    public class CopyConstructorAttributeCopier<T>
    extends Object
    implements AttributeCopier<T>
    CopyConstructorAttributeCopier. This AttributeCopier expects the attribute value class to have a copy constructor
    Since:
    9.2
    Author:
    Tristan Tarrant