Class MappingOptions.InheritContext
java.lang.Object
org.mapstruct.ap.internal.model.source.MappingOptions.InheritContext
- Enclosing class:
MappingOptions
-
Constructor Summary
ConstructorsConstructorDescriptionInheritContext(boolean isReversed, boolean isForwarded, Method templateMethod) -
Method Summary
Modifier and TypeMethodDescriptionbooleanboolean
-
Constructor Details
-
InheritContext
-
-
Method Details
-
isReversed
public boolean isReversed() -
isForwarded
public boolean isForwarded() -
getTemplateMethod
-