Class DateFormatter
- java.lang.Object
-
- com.zendesk.maxwell.schema.columndef.DateFormatter
-
public class DateFormatter extends Object
-
-
Constructor Summary
Constructors Constructor Description DateFormatter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TimestampextractTimestamp(Object value)static StringformatDate(Object value)static StringformatDateTime(Object value, Timestamp ts)
-
-
-
Method Detail
-
extractTimestamp
public static Timestamp extractTimestamp(Object value) throws IllegalArgumentException
- Throws:
IllegalArgumentException
-
-