| Modifier and Type | Method and Description |
|---|---|
static Set<Class<? extends org.jboss.weld.bootstrap.api.Service>> |
identifyServiceInterfaces(Class<?> clazz,
Set<Class<? extends org.jboss.weld.bootstrap.api.Service>> serviceInterfaces)
Identifies service views for a service implementation class.
|
static <T extends org.jboss.weld.bootstrap.api.Service> |
put(org.jboss.weld.bootstrap.api.ServiceRegistry registry,
Class<T> key,
org.jboss.weld.bootstrap.api.Service value) |
public static Set<Class<? extends org.jboss.weld.bootstrap.api.Service>> identifyServiceInterfaces(Class<?> clazz, Set<Class<? extends org.jboss.weld.bootstrap.api.Service>> serviceInterfaces)
Service or
BootstrapService - a clazz that directly implements Service or BootstrapServiceclazz - the given classserviceInterfaces - a set that this method populates with service viewspublic static <T extends org.jboss.weld.bootstrap.api.Service> void put(org.jboss.weld.bootstrap.api.ServiceRegistry registry, Class<T> key, org.jboss.weld.bootstrap.api.Service value)
Copyright © 2017. All rights reserved.