Class SyntheticLinkSample.AppendedMarkdownPostProcessor.Factory

    • Constructor Detail

      • Factory

        public Factory()
    • Method Detail

      • apply

        @NotNull
        public PostProcessor apply​(@NotNull
                                   Document document)
        Parameters:
        document - for which to create the post processor
        Returns:
        post processor for the document
      • getAfterDependents

        @Nullable
        public java.util.Set<java.lang.Class<?>> getAfterDependents()
        Specified by:
        getAfterDependents in interface Dependent
        Overrides:
        getAfterDependents in class DocumentPostProcessorFactory
        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.