Module org.github.gestalt.core
Class PostProcessorConfig
- java.lang.Object
-
- org.github.gestalt.config.post.process.PostProcessorConfig
-
public final class PostProcessorConfig extends java.lang.ObjectHolds the configuration that is provided to the post processors.
-
-
Constructor Summary
Constructors Constructor Description PostProcessorConfig(GestaltConfig config, ConfigNodeService configNodeService, SentenceLexer lexer)Constructor for the post processor config.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GestaltConfiggetConfig()Get the post processor config.ConfigNodeServicegetConfigNodeService()Get the ConfigNodeService.SentenceLexergetLexer()Get the Lexer.
-
-
-
Constructor Detail
-
PostProcessorConfig
public PostProcessorConfig(GestaltConfig config, ConfigNodeService configNodeService, SentenceLexer lexer)
Constructor for the post processor config.- Parameters:
config- Gestalt ConfigconfigNodeService- Config node servicelexer- 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
-
-