Uses of Class
org.mapstruct.ap.internal.model.HelperMethod
-
Packages that use HelperMethod 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. -
-
Uses of HelperMethod in org.mapstruct.ap.internal.conversion
Subclasses of HelperMethod in org.mapstruct.ap.internal.conversion Modifier and Type Class Description class
CreateDecimalFormat
HelperMethod that creates aDecimalFormat
DecimalFormat df = new DecimalFormat( numberFormat )
with setParseBigDecimal set to true.Methods in org.mapstruct.ap.internal.conversion that return types with arguments of type HelperMethod Modifier and Type Method Description List<HelperMethod>
BigDecimalToStringConversion. getRequiredHelperMethods(ConversionContext conversionContext)
List<HelperMethod>
BigIntegerToStringConversion. getRequiredHelperMethods(ConversionContext conversionContext)
List<HelperMethod>
ConversionProvider. getRequiredHelperMethods(ConversionContext conversionContext)
List<HelperMethod>
DateToStringConversion. getRequiredHelperMethods(ConversionContext conversionContext)
List<HelperMethod>
ReverseConversion. getRequiredHelperMethods(ConversionContext conversionContext)
List<HelperMethod>
SimpleConversion. getRequiredHelperMethods(ConversionContext conversionContext)
-
Uses of HelperMethod in org.mapstruct.ap.internal.model
Constructors in org.mapstruct.ap.internal.model with parameters of type HelperMethod Constructor Description SupportingMappingMethod(HelperMethod method)
-