Class AbstractObjectToObjectConverter<I,​O,​E extends java.lang.Exception>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isApplicable​(IFormat context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface net.anwiba.commons.lang.functional.IApplicable

        and, not, or
      • Methods inherited from interface net.anwiba.commons.lang.functional.IConverter

        convert
    • Constructor Detail

      • AbstractObjectToObjectConverter

        public AbstractObjectToObjectConverter​(java.lang.String formatName)
    • Method Detail

      • isApplicable

        public boolean isApplicable​(IFormat context)
        Specified by:
        isApplicable in interface net.anwiba.commons.lang.functional.IApplicable<I>