Class AbbreviationNodePostProcessor.Factory

    • Constructor Detail

      • Factory

        public Factory()
    • Method Detail

      • getAfterDependents

        @Nullable
        public @Nullable java.util.Set<java.lang.Class<?>> getAfterDependents()
        Specified by:
        getAfterDependents in interface Dependent
        Overrides:
        getAfterDependents in class NodePostProcessorFactory
        Returns:
        null or a list of dependents that must be executed before calling this one if any of the blocks in the list affect global state then these will be run on ALL blocks of the document before this preprocessor is called.