Package | Description |
---|---|
ca.weblite.objc | |
ca.weblite.objc.mappers |
Class and 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.
|
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.
|
Proxy
A wrapper around a native (Objective-C) object that allows for sending
messages from Java.
|
Recipient
An interface for an object that can receive messages from the Objective-C
runtime.
|
Runtime
A JNA wrapper around the objective-c runtime.
|
TypeMapper
Maps Objective-C types to Java types.
|
TypeMapping
Interface to be implemented by objects that map Java types to Objective-C
types.
|
Class and Description |
---|
TypeMapping
Interface to be implemented by objects that map Java types to Objective-C
types.
|