Class IndependentAttributeProviderFactory

    • Constructor Detail

      • IndependentAttributeProviderFactory

        public IndependentAttributeProviderFactory()
    • Method Detail

      • getAfterDependents

        @Nullable
        public @Nullable Set<Class<?>> getAfterDependents()
        Specified by:
        getAfterDependents in interface AttributeProviderFactory
        Specified by:
        getAfterDependents in interface com.vladsch.flexmark.util.dependency.Dependent
      • getBeforeDependents

        @Nullable
        public @Nullable Set<Class<?>> getBeforeDependents()
        Specified by:
        getBeforeDependents in interface AttributeProviderFactory
        Specified by:
        getBeforeDependents in interface com.vladsch.flexmark.util.dependency.Dependent
      • affectsGlobalScope

        public boolean affectsGlobalScope()
        Specified by:
        affectsGlobalScope in interface AttributeProviderFactory
        Specified by:
        affectsGlobalScope in interface com.vladsch.flexmark.util.dependency.Dependent