| Package | Description |
|---|---|
| org.astonbitecode.j4rs.api | |
| org.astonbitecode.j4rs.api.dtos | |
| org.astonbitecode.j4rs.api.instantiation | |
| org.astonbitecode.j4rs.api.invocation |
| Modifier and Type | Method and Description |
|---|---|
static <T> NativeInvocation |
NativeInvocationBase.cast(NativeInvocation from,
String toClass)
Casts a the object that is contained in a NativeInvocation to an object of class clazz.
|
static <T> NativeInvocation |
NativeInvocationBase.cloneInstance(NativeInvocation from)
Clones a NativeInvocation
|
NativeInvocation |
NativeInstantiation.createForStatic(String className) |
NativeInvocation |
NativeInstantiation.instantiate(String className,
InvocationArg... arg) |
NativeInvocation |
NativeInvocation.invoke(String methodName,
InvocationArg... args)
Invokes a method of the instance of the class that is set for this
NativeInvocation |
NativeInvocation |
NativeInvocation.invokeStatic(String methodName,
InvocationArg... args)
Invokes a static method of the class that is set for this
NativeInvocation |
| Modifier and Type | Method and Description |
|---|---|
static <T> NativeInvocation |
NativeInvocationBase.cast(NativeInvocation from,
String toClass)
Casts a the object that is contained in a NativeInvocation to an object of class clazz.
|
static <T> NativeInvocation |
NativeInvocationBase.cloneInstance(NativeInvocation from)
Clones a NativeInvocation
|
| Modifier and Type | Method and Description |
|---|---|
NativeInvocation |
InvocationArg.getNativeInvocation() |
| Constructor and Description |
|---|
InvocationArg(NativeInvocation nativeInvocation) |
InvocationArg(String className,
NativeInvocation nativeInvocation) |
| Modifier and Type | Method and Description |
|---|---|
static NativeInvocation |
NativeInstantiationImpl.createForStatic(String className) |
static NativeInvocation |
NativeInstantiationImpl.instantiate(String className,
InvocationArg... args) |
| Modifier and Type | Class and Description |
|---|---|
class |
EagerJsonInvocationImpl<T> |
class |
JsonInvocationImpl<T> |
| Modifier and Type | Method and Description |
|---|---|
NativeInvocation |
EagerJsonInvocationImpl.invoke(String methodName,
InvocationArg... arg) |
NativeInvocation |
JsonInvocationImpl.invoke(String methodName,
InvocationArg... args) |
NativeInvocation |
EagerJsonInvocationImpl.invokeStatic(String methodName,
InvocationArg... arg) |
NativeInvocation |
JsonInvocationImpl.invokeStatic(String methodName,
InvocationArg... args) |
Copyright © 2019. All rights reserved.