Uses of Interface
org.astonbitecode.j4rs.api.NativeInvocation
-
Packages that use NativeInvocation Package Description org.astonbitecode.j4rs.api org.astonbitecode.j4rs.api.dtos org.astonbitecode.j4rs.api.instantiation org.astonbitecode.j4rs.api.invocation -
-
Uses of NativeInvocation in org.astonbitecode.j4rs.api
Methods in org.astonbitecode.j4rs.api that return NativeInvocation Modifier and Type Method Description static <T> NativeInvocationNativeInvocation. cast(NativeInvocation from, String toClass)Casts a the object that is contained in a NativeInvocation to an object of class clazz.static <T> NativeInvocationNativeInvocationBase. cast(NativeInvocation from, String toClass)Casts a the object that is contained in a NativeInvocation to an object of class clazz.static <T> NativeInvocationNativeInvocation. cloneInstance(NativeInvocation from)Clones a NativeInvocationstatic <T> NativeInvocationNativeInvocationBase. cloneInstance(NativeInvocation from)Clones a NativeInvocationNativeInvocationNativeInstantiation. createForStatic(String className)NativeInvocationNativeInstantiation. createJavaArray(String className, InvocationArg... arg)NativeInvocationNativeInvocation. field(String fieldName)Retrieves the instance held under the Field fieldNameNativeInvocationNativeInstantiation. instantiate(String className, InvocationArg... arg)NativeInvocationNativeInvocation. invoke(String methodName, InvocationArg... args)Invokes a method of the instance of the class that is set for thisNativeInvocationNativeInvocationNativeInvocation. invokeStatic(String methodName, InvocationArg... args)Invokes a static method of the class that is set for thisNativeInvocationMethods in org.astonbitecode.j4rs.api with parameters of type NativeInvocation Modifier and Type Method Description static <T> NativeInvocationNativeInvocation. cast(NativeInvocation from, String toClass)Casts a the object that is contained in a NativeInvocation to an object of class clazz.static <T> NativeInvocationNativeInvocationBase. cast(NativeInvocation from, String toClass)Casts a the object that is contained in a NativeInvocation to an object of class clazz.static <T> NativeInvocationNativeInvocation. cloneInstance(NativeInvocation from)Clones a NativeInvocationstatic <T> NativeInvocationNativeInvocationBase. cloneInstance(NativeInvocation from)Clones a NativeInvocation -
Uses of NativeInvocation in org.astonbitecode.j4rs.api.dtos
Methods in org.astonbitecode.j4rs.api.dtos that return NativeInvocation Modifier and Type Method Description NativeInvocationInvocationArg. getNativeInvocation()Constructors in org.astonbitecode.j4rs.api.dtos with parameters of type NativeInvocation Constructor Description InvocationArg(String className, NativeInvocation nativeInvocation)InvocationArg(NativeInvocation nativeInvocation) -
Uses of NativeInvocation in org.astonbitecode.j4rs.api.instantiation
Methods in org.astonbitecode.j4rs.api.instantiation that return NativeInvocation Modifier and Type Method Description static NativeInvocationNativeInstantiationImpl. createForStatic(String className)static NativeInvocationNativeInstantiationImpl. createJavaArray(String className, InvocationArg... args)static NativeInvocationNativeInstantiationImpl. createJavaList(String className, InvocationArg... args)static NativeInvocationNativeInstantiationImpl. instantiate(String className, InvocationArg... args) -
Uses of NativeInvocation in org.astonbitecode.j4rs.api.invocation
Classes in org.astonbitecode.j4rs.api.invocation that implement NativeInvocation Modifier and Type Class Description classEagerJsonInvocationImpl<T>classJsonInvocationImpl<T>Methods in org.astonbitecode.j4rs.api.invocation that return NativeInvocation Modifier and Type Method Description NativeInvocationEagerJsonInvocationImpl. field(String methodName)NativeInvocationJsonInvocationImpl. field(String fieldName)NativeInvocationEagerJsonInvocationImpl. invoke(String methodName, InvocationArg... arg)NativeInvocationJsonInvocationImpl. invoke(String methodName, InvocationArg... args)NativeInvocationEagerJsonInvocationImpl. invokeStatic(String methodName, InvocationArg... arg)NativeInvocationJsonInvocationImpl. invokeStatic(String methodName, InvocationArg... args)
-