public interface ConversionContext
Modifier and Type | Method and Description |
---|---|
String |
getDateFormat()
Returns the date format if this conversion or built-in method is from String to a date type (e.g.
|
String |
getNumberFormat() |
Type |
getTargetType()
Returns the target type of this conversion.
|
TypeFactory |
getTypeFactory() |
Type getTargetType()
String getDateFormat()
Date
)
or vice versa.null
is
returned for other types or if not given.String getNumberFormat()
TypeFactory getTypeFactory()
Copyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.