Class NamedMappingProcessorCallback

  • All Implemented Interfaces:
    IMappingProcessorCallback

    public class NamedMappingProcessorCallback
    extends Object
    implements IMappingProcessorCallback
    A processor callback that has a string representation. This class merely wraps an existing callback and is mostly intended for debugging, so that filters created using lambda functions can still be displayed in a readable form.
    • Constructor Detail

      • NamedMappingProcessorCallback

        public NamedMappingProcessorCallback​(String name,
                                             IMappingProcessorCallback callback)
        Creates a new instance.
        Parameters:
        name - A string representation of the callback.
        callback - The actual callback.