Class PostProcessorConfig


  • public final class PostProcessorConfig
    extends java.lang.Object
    Holds the configuration that is provided to the post processors.
    • Constructor Detail

      • PostProcessorConfig

        public PostProcessorConfig​(GestaltConfig config,
                                   ConfigNodeService configNodeService,
                                   SentenceLexer lexer)
        Constructor for the post processor config.
        Parameters:
        config - Gestalt Config
        configNodeService - Config node service
        lexer - Lexer to parse paths
    • Method Detail

      • getConfig

        public GestaltConfig getConfig()
        Get the post processor config.
        Returns:
        the post processor config
      • getConfigNodeService

        public ConfigNodeService getConfigNodeService()
        Get the ConfigNodeService.
        Returns:
        ConfigNodeService
      • getLexer

        public SentenceLexer getLexer()
        Get the Lexer.
        Returns:
        SentenceLexer