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 Details

    • InheritContext

      public InheritContext(boolean isReversed, boolean isForwarded, Method templateMethod)
  • Method Details

    • isReversed

      public boolean isReversed()
    • isForwarded

      public boolean isForwarded()
    • getTemplateMethod

      public Method getTemplateMethod()