Class AbstractObjectToObjectConverter<I,O,E extends Exception>
java.lang.Object
net.anwiba.spatial.geometry.converter.AbstractObjectToObjectConverter<I,O,E>
- All Implemented Interfaces:
net.anwiba.commons.lang.functional.IApplicable<IFormat>,net.anwiba.commons.lang.functional.IConverter<I,,O, E> IRegistrableObjectToObjectConverter<IFormat,I, O, E>
public abstract class AbstractObjectToObjectConverter<I,O,E extends Exception>
extends Object
implements IRegistrableObjectToObjectConverter<IFormat,I,O,E>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.anwiba.commons.lang.functional.IApplicable
and, not, orMethods inherited from interface net.anwiba.commons.lang.functional.IConverter
convert
-
Constructor Details
-
AbstractObjectToObjectConverter
-
-
Method Details
-
isApplicable
- Specified by:
isApplicablein interfacenet.anwiba.commons.lang.functional.IApplicable<I>
-