Class EmptyConvertor<R>

  • Type Parameters:
    R - type of value
    All Implemented Interfaces:
    Convertor<R>

    public class EmptyConvertor<R>
    extends 
    implements Convertor<R>
    Author:
    Nikita Koksharov
    • Constructor Summary

      Constructors 
      Constructor Description
      EmptyConvertor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      R  obj)  
      • Methods inherited from class java.lang.

        , , , , , , , , , ,
    • Constructor Detail

      • EmptyConvertor

        public EmptyConvertor()