| Interface | Description |
|---|---|
| Peerable |
An interface for an object that has an Objective-C peer.
|
| PeerableRecipient |
An interface for objects that have an Objective-C peer, and that can
be called from objective-C.
|
| Recipient |
An interface for an object that can receive messages from the Objective-C
runtime.
|
| Runtime |
A JNA wrapper around the objective-c runtime.
|
| TypeMapping |
Interface to be implemented by objects that map Java types to Objective-C
types.
|
| Class | Description |
|---|---|
| Client |
An object-oriented wrapper around the RuntimeUtils static methods for
interacting with the Objective-C runtime.
|
| Message |
A structure the encapsulates a message.
|
| NSObject |
The base class for objects that can interact with the Objective-C runtime.
|
| Proxy |
A wrapper around a native (Objective-C) object that allows for sending
messages from Java.
|
| RuntimeUtils |
A Java class with static methods that interact with the Objective-C runtime.
|
| TypeMapper |
Maps Objective-C types to Java types.
|