Interface IMappingProcessorCallback

    • Method Detail

      • process

        void process​(IMappingFilter filter,
                     List<Mapping> mappings)
        Applies a custom process to a set of mappings. This method is called by MappingProcessor.process(List) before applying the preprocessor and/or the generator of the current rule.
        Parameters:
        filter - The filter of the rule currently being applied. May be null.
        mappings - The current set of mappings.