Class MappingOptions.InheritContext
- java.lang.Object
-
- org.mapstruct.ap.internal.model.source.MappingOptions.InheritContext
-
- Enclosing class:
- MappingOptions
public static class MappingOptions.InheritContext extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private booleanisForwardedprivate booleanisReversedprivate MethodtemplateMethod
-
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 MethodgetTemplateMethod()booleanisForwarded()booleanisReversed()
-
-
-
Field Detail
-
isReversed
private final boolean isReversed
-
isForwarded
private final boolean isForwarded
-
templateMethod
private final Method templateMethod
-
-
Constructor Detail
-
InheritContext
public InheritContext(boolean isReversed, boolean isForwarded, Method templateMethod)
-
-
Method Detail
-
isReversed
public boolean isReversed()
-
isForwarded
public boolean isForwarded()
-
getTemplateMethod
public Method getTemplateMethod()
-
-