Class BinaryMethodWriteReplacer
- java.lang.Object
-
- org.apache.ignite.internal.binary.BinaryMethodWriteReplacer
-
- All Implemented Interfaces:
BinaryWriteReplacer
public class BinaryMethodWriteReplacer extends Object implements BinaryWriteReplacer
Write replacer based on method invocation.
-
-
Constructor Summary
Constructors Constructor Description BinaryMethodWriteReplacer(Method mthd)Constructor.
-
-
-
Constructor Detail
-
BinaryMethodWriteReplacer
public BinaryMethodWriteReplacer(Method mthd)
Constructor.- Parameters:
mthd- Method.
-
-
Method Detail
-
replace
@Nullable public @Nullable Object replace(Object target)
Perform replace.- Specified by:
replacein interfaceBinaryWriteReplacer- Parameters:
target- Original object.- Returns:
- Replaced object.
-
-