Class EnumeratedReferenceNodeFormatter.Factory

    • Constructor Detail

      • Factory

        public Factory()
    • Method Detail

      • create

        @NotNull
        public NodeFormatter create​(@NotNull
                                    DataHolder options)
        Description copied from interface: NodeFormatterFactory
        Create a new node renderer for the specified rendering context.
        Specified by:
        create in interface NodeFormatterFactory
        Parameters:
        options - the context for rendering (normally passed on to the node renderer)
        Returns:
        a node renderer
      • getAfterDependents

        @Nullable
        public java.util.Set<java.lang.Class<?>> getAfterDependents()
        Specified by:
        getAfterDependents in interface Dependent
        Specified by:
        getAfterDependents in interface NodeFormatterFactory
        Returns:
        null or a list of processors 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 pre processor is called.
      • getBeforeDependents

        @Nullable
        public java.util.Set<java.lang.Class<?>> getBeforeDependents()
        Specified by:
        getBeforeDependents in interface Dependent
        Specified by:
        getBeforeDependents in interface NodeFormatterFactory
        Returns:
        null or a list of processors before which this has to be run if any of the blocks in the list affect global state then these will be run on ALL blocks of the document before this pre processor is called.