Class CopyConstructorAttributeCopier<T>

  • All Implemented Interfaces:
    AttributeCopier<T>

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T copyAttribute​(T attribute)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait