public InterceptionModelInitializer(BeanManagerImpl manager, EnhancedAnnotatedType<T> annotatedType, EnhancedAnnotatedConstructor<T> constructor, Bean<?> bean) { this.constructor = constructor; this.manager = manager; this.reader = manager.getInterceptorMetadataReader(); this.annotatedType = annotatedType; this.builder = new InterceptionModelBuilder(); if (bean == null) { stereotypes = Collections.emptySet(); } else { stereotypes = bean.getStereotypes(); } this.interceptorsApi = manager.getServices().get(InterceptorsApiAbstraction.class); this.timeoutAnnotation = manager.getServices().get(EjbSupport.class).getTimeoutAnnotation(); this.configuration = manager.getServices().get(WeldConfiguration.class); }
public InterceptionModelInitializer(BeanManagerImpl manager, EnhancedAnnotatedType<T> annotatedType, EnhancedAnnotatedConstructor<T> constructor, Bean<?> bean) { this.constructor = constructor; this.manager = manager; this.reader = manager.getInterceptorMetadataReader(); this.annotatedType = annotatedType; this.builder = new InterceptionModelBuilder(); if (bean == null) { stereotypes = Collections.emptySet(); } else { stereotypes = bean.getStereotypes(); } this.interceptorsApi = manager.getServices().get(InterceptorsApiAbstraction.class); this.timeoutAnnotation = manager.getServices().get(EjbSupport.class).getTimeoutAnnotation(); this.configuration = manager.getServices().get(WeldConfiguration.class); }
public InterceptionModelInitializer(BeanManagerImpl manager, EnhancedAnnotatedType<T> annotatedType, EnhancedAnnotatedConstructor<T> constructor, Bean<?> bean) { this.constructor = constructor; this.manager = manager; this.reader = manager.getInterceptorMetadataReader(); this.annotatedType = annotatedType; this.builder = new InterceptionModelBuilder(); if (bean == null) { stereotypes = Collections.emptySet(); } else { stereotypes = bean.getStereotypes(); } this.interceptorsApi = manager.getServices().get(InterceptorsApiAbstraction.class); this.timeoutAnnotation = manager.getServices().get(EjbSupport.class).getTimeoutAnnotation(); this.configuration = manager.getServices().get(WeldConfiguration.class); }
public InterceptionModelInitializer(BeanManagerImpl manager, EnhancedAnnotatedType<T> annotatedType, EnhancedAnnotatedConstructor<T> constructor, Bean<?> bean) { this.constructor = constructor; this.manager = manager; this.reader = manager.getInterceptorMetadataReader(); this.annotatedType = annotatedType; this.builder = new InterceptionModelBuilder(); if (bean == null) { stereotypes = Collections.emptySet(); } else { stereotypes = bean.getStereotypes(); } this.interceptorsApi = manager.getServices().get(InterceptorsApiAbstraction.class); this.timeoutAnnotation = manager.getServices().get(EjbSupport.class).getTimeoutAnnotation(); this.configuration = manager.getServices().get(WeldConfiguration.class); }
public InterceptionModelInitializer(BeanManagerImpl manager, EnhancedAnnotatedType<T> annotatedType, EnhancedAnnotatedConstructor<T> constructor, Bean<?> bean) { this.constructor = constructor; this.manager = manager; this.reader = manager.getInterceptorMetadataReader(); this.annotatedType = annotatedType; this.builder = new InterceptionModelBuilder(); if (bean == null) { stereotypes = Collections.emptySet(); } else { stereotypes = bean.getStereotypes(); } this.interceptorsApi = manager.getServices().get(InterceptorsApiAbstraction.class); this.timeoutAnnotation = manager.getServices().get(EjbSupport.class).getTimeoutAnnotation(); this.configuration = manager.getServices().get(WeldConfiguration.class); }