
public class PrimitiveToStringConversion extends AbstractNumberToStringConversion
| Constructor and Description |
|---|
PrimitiveToStringConversion(Class<?> sourceType) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<Type> |
getFromConversionImportTypes(ConversionContext conversionContext)
Returns a set with imported types of the "from" conversion.
|
String |
getFromExpression(ConversionContext conversionContext)
Returns the conversion string from target to source.
|
Set<Type> |
getToConversionImportTypes(ConversionContext conversionContext)
Returns a set with imported types of the "to" conversion.
|
String |
getToExpression(ConversionContext conversionContext)
Returns the conversion string from source to target.
|
getFromConversionExceptionTypes, requiresDecimalFormatfrom, getRequiredHelperMethods, getToConversionExceptionTypes, topublic PrimitiveToStringConversion(Class<?> sourceType)
public String getToExpression(ConversionContext conversionContext)
SimpleConversion<SOURCE> can be used to represent a
reference to the source value.getToExpression in class SimpleConversionconversionContext - A context providing optional information required for creating the conversion.public Set<Type> getToConversionImportTypes(ConversionContext conversionContext)
SimpleConversiongetToConversionImportTypes in class AbstractNumberToStringConversionconversionContext - the conversion contextpublic String getFromExpression(ConversionContext conversionContext)
SimpleConversion<SOURCE> can be used to represent a
reference to the target value.getFromExpression in class SimpleConversionconversionContext - ConversionContext providing optional information required for creating the conversion.protected Set<Type> getFromConversionImportTypes(ConversionContext conversionContext)
SimpleConversiongetFromConversionImportTypes in class AbstractNumberToStringConversionconversionContext - the conversion contextCopyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.