public class NativeInvocationBase extends Object
| Constructor and Description |
|---|
NativeInvocationBase() |
| Modifier and Type | Method and Description |
|---|---|
static <T> NativeInvocation |
cast(NativeInvocation from,
String toClass)
Casts a the object that is contained in a NativeInvocation to an object of class clazz.
|
static <T> NativeInvocation |
cloneInstance(NativeInvocation from)
Clones a NativeInvocation
|
public static <T> NativeInvocation cast(NativeInvocation from, String toClass)
T - Generically defined return typefrom - The NativeInvocation to cast.toClass - The class that the provided NativeInvocation should be casted toNativeInvocation instance containing the result of the cast.public static <T> NativeInvocation cloneInstance(NativeInvocation from)
T - Generically defined return typefrom - The object to clone.NativeInvocation instance.Copyright © 2019. All rights reserved.