Class AbstractSingleInputPreprocessor

    • Constructor Detail

      • AbstractSingleInputPreprocessor

        public AbstractSingleInputPreprocessor()
    • Method Detail

      • getSingleInput

        protected String getSingleInput​(Module module,
                                        Class<?> type)
        Helper method to look up the name of singleton module inputs of a given type.
        Parameters:
        module - Module to check for single input
        type - Type of single input to look for
        Returns:
        If the given module has exactly one input of the specified type, return that input's name. Otherwise null;