Package org.jboss.weld.bootstrap

Examples of org.jboss.weld.bootstrap.FastProcessAnnotatedTypeResolver$ExactTypePredicate


    private ClassFileServices classFileServices;

    void init(@Observes BeforeBeanDiscovery event, BeanManager manager) throws Exception {
        ServiceRegistry services = BeanManagerProxy.unwrap(manager).getServices();
        this.classFileServices = services.get(ClassFileServices.class);
        this.resolver = new FastProcessAnnotatedTypeResolver(services.get(GlobalObserverNotifierService.class).getAllObserverMethods());
        this.notifier = BeanManagerProxy.unwrap(manager).getGlobalLenientObserverNotifier();
        this.discovery = services.get(RequiredAnnotationDiscovery.class);
        this.transformer = services.get(ClassTransformer.class);
    }
View Full Code Here

TOP

Related Classes of org.jboss.weld.bootstrap.FastProcessAnnotatedTypeResolver$ExactTypePredicate

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.