Class Interceptors


  • final class Interceptors
    extends Object
    • Field Detail

      • INTERCEPTOR_COMPARATOR

        static final Comparator<Object> INTERCEPTOR_COMPARATOR
    • Constructor Detail

      • Interceptors

        Interceptors()
    • Method Detail

      • getSortedPerServiceInterceptors

        static <T> List<T> getSortedPerServiceInterceptors​(String name,
                                                           Set<Class<?>> interceptorClasses)
      • getSortedPerServiceInterceptors

        static <T> List<T> getSortedPerServiceInterceptors​(Set<Class<?>> interceptorClasses)
      • getSortedGlobalInterceptors

        static <T> List<T> getSortedGlobalInterceptors​(Set<Class<?>> globalInterceptors)