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