Class MappingOptions.InheritContext

  • Enclosing class:
    MappingOptions

    public static class MappingOptions.InheritContext
    extends java.lang.Object
    • 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()