com.atlassian.jira.issue.customfields.converters
Interface DateConverter
- All Known Subinterfaces:
- DatePickerConverter
- All Known Implementing Classes:
- DatePickerConverterImpl, DateTimePickerConverter
@Internal
public interface DateConverter
Note that this interface is not provided to PICO/Spring directly - it is a super-interface that can be used for extending classes.
getString
String getString(Date value)
getTimestamp
Timestamp getTimestamp(String stringValue)
throws FieldValidationException
- Throws:
FieldValidationException
Copyright © 2002-2012 Atlassian. All Rights Reserved.