-
public final class TagsPostProcessorFactory
-
-
Method Summary
Modifier and Type Method Description static TagsPostProcessorinstance()static voidwithAddBaseService(boolean enabled)Mostly used for test purposes. static voidreset()Used for testing purposes. -
-
Method Detail
-
instance
static TagsPostProcessor instance()
-
withAddBaseService
static void withAddBaseService(boolean enabled)
Mostly used for test purposes.
- Parameters:
enabled- if false, BaseServiceAdder is not put in the chain.
-
reset
static void reset()
Used for testing purposes. It reset the singleton and restore default options
-
-
-
-