Package | Description |
---|---|
org.mapstruct.ap.internal.conversion |
Provides built-in conversions between primitive and wrapper types, strings, dates etc.
|
org.mapstruct.ap.internal.model |
Meta-model of mapper types, their methods, mappings between properties etc.
|
Modifier and Type | Class and Description |
---|---|
class |
CreateDecimalFormat
HelperMethod that creates a
DecimalFormat
DecimalFormat df = new DecimalFormat( numberFormat )
with setParseBigDecimal set to true. |
Modifier and Type | Method and Description |
---|---|
List<HelperMethod> |
BigDecimalToStringConversion.getRequiredHelperMethods(ConversionContext conversionContext) |
List<HelperMethod> |
ReverseConversion.getRequiredHelperMethods(ConversionContext conversionContext) |
List<HelperMethod> |
BigIntegerToStringConversion.getRequiredHelperMethods(ConversionContext conversionContext) |
List<HelperMethod> |
ConversionProvider.getRequiredHelperMethods(ConversionContext conversionContext) |
List<HelperMethod> |
DateToStringConversion.getRequiredHelperMethods(ConversionContext conversionContext) |
List<HelperMethod> |
SimpleConversion.getRequiredHelperMethods(ConversionContext conversionContext) |
Constructor and Description |
---|
SupportingMappingMethod(HelperMethod method) |
Copyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.