Class KeyValueMapper
public class KeyValueMapper : JVMBridgeListener, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
KeyValueMapper
- Implements
- Derived
- Inherited Members
Constructors
KeyValueMapper()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public KeyValueMapper()
KeyValueMapper(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public KeyValueMapper(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
OnApply
public Func<object, object, object> OnApply { get; set; }
Property Value
Remarks
If OnApply has a value it takes precedence over corresponding class method
Methods
Apply(object, object)
public virtual object Apply(object arg0, object arg1)
Parameters
Returns
InitializeHandlers()
Handlers initializer for KeyValueMapper
protected virtual void InitializeHandlers()