| Package | Description |
|---|---|
| org.mapstruct.ap.internal.conversion |
Provides built-in conversions between primitive and wrapper types, strings, dates etc.
|
| Class and Description |
|---|
| AbstractJavaTimeToStringConversion
Base type for mapping Java 8 time types to String and vice versa.
|
| AbstractJodaTypeToStringConversion
Base class for conversions between Joda-Time types and String.
|
| AbstractNumberToStringConversion
Abstract base class for
PrimitiveToStringConversion, WrapperToStringConversion,
BigDecimalToStringConversion and BigIntegerToStringConversion
Contains shared utility methods. |
| ConversionProvider
Implementations create inline
TypeConversions such as
(long)source,
Integer.valueOf(source) or
new SimpleDateFormat().format( source ). |
| ReverseConversion
* A
ConversionProvider which creates the inversed conversions for a
given conversion provider. |
| SimpleConversion
Base class for
ConversionProviders creating TypeConversions which don't declare any exception types. |
Copyright © 2012-2021 MapStruct Authors; All rights reserved. Released under the Apache Software License 2.0.