Package org.mapstruct.ap.internal.model
Class ForgedMethodHistory
- java.lang.Object
-
- org.mapstruct.ap.internal.model.ForgedMethodHistory
-
public class ForgedMethodHistory extends Object
Keeps the context where the ForgedMethod is generated, especially handy with nested forged methods- Author:
- Dmytro Polovinkin
-
-
Constructor Summary
Constructors Constructor Description ForgedMethodHistory(ForgedMethodHistory history, String sourceElement, String targetPropertyName, Type sourceType, Type targetType, boolean usePropertyNames, String elementType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
createSourcePropertyErrorMessage()
String
createTargetPropertyName()
Type
getSourceType()
Type
getTargetType()
-