Class SimpleInstanceAttributeCopier<T>

  • All Implemented Interfaces:
    AttributeCopier<T>

    public class SimpleInstanceAttributeCopier<T>
    extends java.lang.Object
    implements AttributeCopier<T>
    SimpleInstanceAttributeCopier. This AttributeCopier "copies" an instance by creating a new instance. It does not copy any fields.
    Since:
    7.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