public static class OSGiBeanProperties.Service
extends Object
| Constructor and Description |
|---|
Service() |
| Modifier and Type | Method and Description |
|---|---|
static Set<String> |
interfaceNames(Object object,
OSGiBeanProperties osgiBeanProperties,
String[] ignoredInterfaceNames) |
static Set<Class<?>> |
interfaces(Object object)
Deprecated.
As of Judson (7.1.x), replaced by
#interfaces(Object, OSGiBeanProperties, String[]) |
public static Set<String> interfaceNames(Object object,
OSGiBeanProperties osgiBeanProperties,
String[] ignoredInterfaceNames)
@Deprecated public static Set<Class<?>> interfaces(Object object)
#interfaces(Object, OSGiBeanProperties, String[])ClassCastException is thrown.object - the object (bean)