Class MappingOptions.InheritContext
- java.lang.Object
-
- org.mapstruct.ap.internal.model.source.MappingOptions.InheritContext
-
- Enclosing class:
- MappingOptions
public static class MappingOptions.InheritContext extends Object
-
-
Constructor Summary
Constructors Constructor Description InheritContext(boolean isReversed, boolean isForwarded, Method templateMethod)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Method
getTemplateMethod()
boolean
isForwarded()
boolean
isReversed()
-