public interface IMapping
This interface exists for compatibility with the binary UNO API.
IBridge| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
mapInterface(java.lang.Object object,
Type type)
Deprecated.
Maps an interface from one environment to another.
|
java.lang.Object mapInterface(java.lang.Object object,
Type type)
object - source object that is to be mappedtype - description of the interface that is to be mapped