public class DateToStringConversion extends Object implements ConversionProvider
| Constructor and Description | 
|---|
| DateToStringConversion() | 
| Modifier and Type | Method and Description | 
|---|---|
| Assignment | from(ConversionContext conversionContext)Creates the conversion from target to source of a property mapping. | 
| Assignment | to(ConversionContext conversionContext)Creates the conversion from source to target of a property mapping. | 
public Assignment to(ConversionContext conversionContext)
ConversionProviderto in interface ConversionProviderconversionContext - ConversionContext providing optional information required for creating the conversion.public Assignment from(ConversionContext conversionContext)
ConversionProviderfrom in interface ConversionProviderconversionContext - ConversionContext providing optional information required for creating the conversion.Copyright © 2012-2015 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.