Class ValueTransformerWithKeySupplier<K, V, VR>
public class ValueTransformerWithKeySupplier<K, V, VR> : JVMBridgeListener, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IValueTransformerWithKeySupplier<K, V, VR>, IConnectedStoreProvider, ISupplier<ValueTransformerWithKey<K, V, VR>>, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Type Parameters
KVVR
- Inheritance
-
ValueTransformerWithKeySupplier<K, V, VR>
- Implements
-
IValueTransformerWithKeySupplier<K, V, VR>ISupplier<ValueTransformerWithKey<K, V, VR>>
Constructors
ValueTransformerWithKeySupplier()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public ValueTransformerWithKeySupplier()
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
OnGet
public Func<ValueTransformerWithKey<K, V, VR>> OnGet { get; set; }
Property Value
- Func<ValueTransformerWithKey<K, V, VR>>
OnInit
public Action<ProcessorContext> OnInit { get; set; }
Property Value
OnStores
public Func<Set<StoreBuilder>> OnStores { get; set; }
Property Value
Remarks
If OnStores has a value it takes precedence over corresponding class method
OnTransform
public Func<K, V, VR> OnTransform { get; set; }
Property Value
- Func<K, V, VR>
Methods
Dispose(bool)
Implements the pattern described in https://learn.microsoft.com/en-en/dotnet/standard/garbage-collection/implementing-dispose
protected override void Dispose(bool disposing)
Parameters
disposingboolThe disposing parameter is a bool that indicates whether the method call comes from a Dispose() method (its value is true) or from a finalizer (its value is false)
Get()
public virtual ValueTransformerWithKey<K, V, VR> Get()
Returns
- ValueTransformerWithKey<K, V, VR>
InitializeHandlers()
Handlers initializer for ValueTransformerWithKeySupplier<K, V, VR>
protected virtual void InitializeHandlers()
Stores()
public virtual Set<StoreBuilder> Stores()
Returns
Remarks
The method invokes the default implementation in the JVM interface using StoresDefault(); override the method to implement a different behavior
StoresDefault()
public Set<StoreBuilder> StoresDefault()
Returns
Remarks
The method invokes the default implementation in the JVM interface