Class NoopConverter<T>

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

    public class NoopConverter<T>
    extends java.lang.Object
    implements Converter<T,​T>
    • Constructor Summary

      Constructors 
      Constructor Description
      NoopConverter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T convert​(T input)  
      T error​(java.lang.String msg)  
      • Methods inherited from class java.lang.Object

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

      • NoopConverter

        public NoopConverter()
    • Method Detail

      • convert

        public T convert​(T input)
                  throws java.lang.IllegalArgumentException
        Specified by:
        convert in interface Converter<T,​T>
        Throws:
        java.lang.IllegalArgumentException
      • error

        public T error​(java.lang.String msg)
        Specified by:
        error in interface Converter<T,​T>