public class JavaLocalDateTimeToDateConversion extends SimpleConversion
LocalDateTime
to
Date
and vice versa.Constructor and Description |
---|
JavaLocalDateTimeToDateConversion() |
Modifier and Type | Method and Description |
---|---|
protected String |
getFromExpression(ConversionContext conversionContext)
Returns the conversion string from target to source.
|
protected String |
getToExpression(ConversionContext conversionContext)
Returns the conversion string from source to target.
|
from, getFromConversionImportTypes, getToConversionImportTypes, to
protected String getToExpression(ConversionContext conversionContext)
SimpleConversion
<SOURCE>
can be used to represent a
reference to the source value.getToExpression
in class SimpleConversion
conversionContext
- A context providing optional information required for creating the conversion.protected String getFromExpression(ConversionContext conversionContext)
SimpleConversion
<SOURCE>
can be used to represent a
reference to the target value.getFromExpression
in class SimpleConversion
conversionContext
- 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.