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 Timestamp
extractTimestamp(Object value)
static String
formatDate(Object value)
static String
formatDateTime(Object value, Timestamp ts)
-
-
-
Method Detail
-
extractTimestamp
public static Timestamp extractTimestamp(Object value) throws IllegalArgumentException
- Throws:
IllegalArgumentException
-
-