Re: Chain processors - can we ?
Posted by
Alexander Schwartz on
Apr 09, 2020; 6:32pm
URL: https://discuss.asciidoctor.org/Chain-processors-can-we-tp7870p7875.html
The API allows to register instances of classes as well. One solution could be
- create the HashMap
- pass it to the constructor of each processor
- register the processor instances
Regards, Alexander