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 InstanceNativeInstantiation. createJavaArray(String className, InvocationArg... arg)InstanceNativeInstantiation. instantiate(String className, InvocationArg... arg)InstanceInstance. invoke(String methodName, InvocationArg... args)Invokes a method of the instance of the class that is set for thisInstancevoidInstance. invokeAsync(long functionPointerAddress, String methodName, InvocationArg... args)Invokes asynchronously a method of the instance of the class that is set for thisInstance.InstanceInstance. invokeStatic(String methodName, InvocationArg... args)Invokes a static method of the class that is set for thisInstancevoidInstance. invokeToChannel(long channelAddress, String methodName, InvocationArg... args)Invokes a method of the instance of the class that is set for thisInstance. -
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)InstanceInvocationArg. invoke(String methodName, InvocationArg... args)voidInvocationArg. invokeAsync(long functionPointerAddress, String methodName, InvocationArg... args)InstanceInvocationArg. invokeStatic(String methodName, InvocationArg... args)voidInvocationArg. invokeToChannel(long channelAddress, String methodName, 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 InstanceNativeInstantiationImpl. createJavaArray(String className, InvocationArg... args)static InstanceNativeInstantiationImpl. createJavaList(String className, InvocationArg... args)static InstanceNativeInstantiationImpl. createJavaMap(String keyClassName, String valueClassName, InvocationArg... args)static InstanceNativeInstantiationImpl. 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 InstanceEagerJsonInvocationImpl. invoke(String methodName, InvocationArg... arg)InstanceJavaFxInvocation. invoke(String methodName, InvocationArg... args)InstanceJsonInvocationImpl. invoke(String methodName, InvocationArg... args)voidEagerJsonInvocationImpl. invokeAsync(long functionPointer, String methodName, InvocationArg... args)voidJavaFxInvocation. invokeAsync(long functionPointerAddress, String methodName, InvocationArg... args)voidJsonInvocationImpl. invokeAsync(long functionPointerAddress, String methodName, InvocationArg... args)InstanceEagerJsonInvocationImpl. invokeStatic(String methodName, InvocationArg... arg)InstanceJavaFxInvocation. invokeStatic(String methodName, InvocationArg... args)InstanceJsonInvocationImpl. invokeStatic(String methodName, InvocationArg... args)voidEagerJsonInvocationImpl. invokeToChannel(long channelAddress, String methodName, InvocationArg... args)voidJavaFxInvocation. invokeToChannel(long channelAddress, String methodName, InvocationArg... args)voidJsonInvocationImpl. invokeToChannel(long channelAddress, String methodName, InvocationArg... args)
-