
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.
|
List<HelperMethod> |
getRequiredHelperMethods(ConversionContext conversionContext) |
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.public List<HelperMethod> getRequiredHelperMethods(ConversionContext conversionContext)
getRequiredHelperMethods in interface ConversionProviderconversionContext - ConversionContext providing optional information required for creating the conversion.Copyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.