Package org.aksw.commons.util.convert
Class ConvertFunctionBase
- java.lang.Object
-
- org.aksw.commons.util.convert.ConvertFunctionBase
-
- All Implemented Interfaces:
ConvertFunctionRaw
- Direct Known Subclasses:
ConvertFunctionImpl
public abstract class ConvertFunctionBase extends Object implements ConvertFunctionRaw
-
-
Constructor Summary
Constructors Constructor Description ConvertFunctionBase(Class<?> from, Class<?> to)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>getFrom()Class<?>getTo()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.aksw.commons.util.convert.ConvertFunctionRaw
andThen, convertRaw, getRawFunction
-
-
-
-
Method Detail
-
getFrom
public Class<?> getFrom()
- Specified by:
getFromin interfaceConvertFunctionRaw
-
getTo
public Class<?> getTo()
- Specified by:
getToin interfaceConvertFunctionRaw
-
-