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 7.0.0, 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)