Class TypeIdentity<T extends Type<T>>

  • All Implemented Interfaces:
    Converter<T,​T>

    public class TypeIdentity<T extends Type<T>>
    extends java.lang.Object
    implements Converter<T,​T>
    TODO
    Author:
    Stephan Preibisch
    • Constructor Summary

      Constructors 
      Constructor Description
      TypeIdentity()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void convert​(T input, T output)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TypeIdentity

        public TypeIdentity()