com.atlassian.jira.issue.customfields.converters
Class DateTimeConverterImpl
java.lang.Object
com.atlassian.jira.issue.customfields.converters.DateTimeConverterImpl
- All Implemented Interfaces:
- DateTimeConverter
public class DateTimeConverterImpl
- extends Object
- implements DateTimeConverter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DateTimeConverterImpl
public DateTimeConverterImpl(DateTimeFormatter dateTimeFormatter)
getString
public String getString(Date value)
- Specified by:
getString
in interface DateTimeConverter
getTimestamp
public Timestamp getTimestamp(String stringValue)
throws FieldValidationException
- Specified by:
getTimestamp
in interface DateTimeConverter
- Throws:
FieldValidationException
Copyright © 2002-2012 Atlassian. All Rights Reserved.