Class AbstractDateToString<T>
- java.lang.Object
-
- de.gebit.integrity.parameter.conversion.Conversion<Date,T>
-
- de.gebit.integrity.parameter.conversion.conversions.java.other.AbstractDateToString<T>
-
- Type Parameters:
T
- the target type
- Direct Known Subclasses:
DateToFormattedString
,DateToString
public abstract class AbstractDateToString<T> extends Conversion<Date,T>
A default Integrity conversion.- Author:
- Rene Schneider - initial API and implementation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.gebit.integrity.parameter.conversion.Conversion
Conversion.Priority
-
-
Constructor Summary
Constructors Constructor Description AbstractDateToString()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FormattedString
convertToFormattedString(Date aSource, ConversionContext aConversionContext)
Converts the providedDate
to aFormattedString
.-
Methods inherited from class de.gebit.integrity.parameter.conversion.Conversion
convert, convertValueRecursive, convertValueToFormattedStringArrayRecursive, setVisitedObjects
-
-
-
-
Method Detail
-
convertToFormattedString
protected FormattedString convertToFormattedString(Date aSource, ConversionContext aConversionContext) throws ConversionFailedException
Converts the providedDate
to aFormattedString
.- Parameters:
aSource
- the source valueaConversionContext
- the conversion context- Returns:
- the resulting string
- Throws:
ConversionFailedException
-
-