Interface NacosPackageExcludeFilter


public interface NacosPackageExcludeFilter
Nacos server module execute filter.
Author:
xiweng.yy
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the responsible module package prefix of filter.
    boolean
    isExcluded(String className, Set<String> annotationNames)
    According the class name and annotations to judge whether the class should be excluded by spring bean.
  • Method Details

    • getResponsiblePackagePrefix

      String getResponsiblePackagePrefix()
      Get the responsible module package prefix of filter.
      Returns:
      package prefix
    • isExcluded

      boolean isExcluded(String className, Set<String> annotationNames)
      According the class name and annotations to judge whether the class should be excluded by spring bean.
      Parameters:
      className - name of this class
      annotationNames - annotations of this class
      Returns:
      true if should be excluded, otherwise false