Interface LinkResolverFactory

    • Method Detail

      • getAfterDependents

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

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

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