| Modifier and Type | Method and Description |
|---|---|
static Set<Class<? extends Service>> |
identifyServiceInterfaces(Class<?> clazz,
Set<Class<? extends Service>> serviceInterfaces)
Identifies service views for a service implementation class.
|
static <T extends Service> |
put(ServiceRegistry registry,
Class<T> key,
Service value) |
public static Set<Class<? extends Service>> identifyServiceInterfaces(Class<?> clazz, Set<Class<? extends 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 Service> void put(ServiceRegistry registry, Class<T> key, Service value)
Copyright © 2017. All rights reserved.