Class Interceptors


  • public final class Interceptors
    extends Object
    • Constructor Detail

      • Interceptors

        public 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)