Uses of Class
org.astonbitecode.j4rs.api.dtos.InvocationArg
-
Packages that use InvocationArg Package Description org.astonbitecode.j4rs.api org.astonbitecode.j4rs.api.dtos org.astonbitecode.j4rs.api.instantiation org.astonbitecode.j4rs.api.invocation -
-
Uses of InvocationArg in org.astonbitecode.j4rs.api
Methods in org.astonbitecode.j4rs.api with parameters of type InvocationArg Modifier and Type Method Description NativeInvocationNativeInstantiation. createJavaArray(String className, InvocationArg... arg)NativeInvocationNativeInstantiation. instantiate(String className, InvocationArg... arg)NativeInvocationNativeInvocation. invoke(String methodName, InvocationArg... args)Invokes a method of the instance of the class that is set for thisNativeInvocationvoidNativeInvocation. invokeAsync(long functionPointerAddress, String methodName, InvocationArg... args)Invokes asynchronously a method of the instance of the class that is set for thisNativeInvocation.NativeInvocationNativeInvocation. invokeStatic(String methodName, InvocationArg... args)Invokes a static method of the class that is set for thisNativeInvocationvoidNativeInvocation. invokeToChannel(long channelAddress, String methodName, InvocationArg... args)Invokes a method of the instance of the class that is set for thisNativeInvocation. -
Uses of InvocationArg in org.astonbitecode.j4rs.api.dtos
Methods in org.astonbitecode.j4rs.api.dtos with parameters of type InvocationArg Modifier and Type Method Description GeneratedArg[]InvocationArgGenerator. generateArgObjects(InvocationArg[] args) -
Uses of InvocationArg in org.astonbitecode.j4rs.api.instantiation
Methods in org.astonbitecode.j4rs.api.instantiation with parameters of type InvocationArg Modifier and Type Method Description static NativeInvocationNativeInstantiationImpl. createJavaArray(String className, InvocationArg... args)static NativeInvocationNativeInstantiationImpl. createJavaList(String className, InvocationArg... args)static NativeInvocationNativeInstantiationImpl. instantiate(String className, InvocationArg... args) -
Uses of InvocationArg in org.astonbitecode.j4rs.api.invocation
Methods in org.astonbitecode.j4rs.api.invocation with parameters of type InvocationArg Modifier and Type Method Description NativeInvocationEagerJsonInvocationImpl. invoke(String methodName, InvocationArg... arg)NativeInvocationJsonInvocationImpl. invoke(String methodName, InvocationArg... args)voidEagerJsonInvocationImpl. invokeAsync(long functionPointer, String methodName, InvocationArg... args)voidJsonInvocationImpl. invokeAsync(long functionPointerAddress, String methodName, InvocationArg... args)NativeInvocationEagerJsonInvocationImpl. invokeStatic(String methodName, InvocationArg... arg)NativeInvocationJsonInvocationImpl. invokeStatic(String methodName, InvocationArg... args)voidEagerJsonInvocationImpl. invokeToChannel(long channelAddress, String methodName, InvocationArg... args)voidJsonInvocationImpl. invokeToChannel(long channelAddress, String methodName, InvocationArg... args)
-