Uses of Interface
org.astonbitecode.j4rs.api.Instance
-
-
Uses of Instance in org.astonbitecode.j4rs.api
Methods in org.astonbitecode.j4rs.api that return Instance Modifier and Type Method Description static <T> InstanceInstance. cast(Instance from, String toClass)Casts a the object that is contained in a Instance to an object of class clazz.static <T> InstanceInstance. cloneInstance(Instance from)Clones a InstanceInstanceNativeInstantiation. createForStatic(String className)InstanceNativeInstantiation. createJavaArray(String className, InvocationArg... arg)InstanceInstance. field(String fieldName)Retrieves the instance held under the Field fieldNameInstanceNativeInstantiation. instantiate(String className, InvocationArg... arg)InstanceInstance. invoke(String methodName, InvocationArg... args)Invokes a method of the instance of the class that is set for thisInstanceInstanceInstance. invokeStatic(String methodName, InvocationArg... args)Invokes a static method of the class that is set for thisInstanceMethods in org.astonbitecode.j4rs.api with parameters of type Instance Modifier and Type Method Description static <T> InstanceInstance. cast(Instance from, String toClass)Casts a the object that is contained in a Instance to an object of class clazz.static <T> InstanceInstance. cloneInstance(Instance from)Clones a Instance -
Uses of Instance in org.astonbitecode.j4rs.api.dtos
Classes in org.astonbitecode.j4rs.api.dtos that implement Instance Modifier and Type Class Description classInvocationArgMethods in org.astonbitecode.j4rs.api.dtos that return Instance Modifier and Type Method Description InstanceInvocationArg. field(String fieldName)InstanceInvocationArg. getInstance()InstanceInvocationArg. invoke(String methodName, InvocationArg... args)InstanceInvocationArg. invokeStatic(String methodName, InvocationArg... args)Constructors in org.astonbitecode.j4rs.api.dtos with parameters of type Instance Constructor Description InvocationArg(String className, Instance instance)InvocationArg(Instance instance) -
Uses of Instance in org.astonbitecode.j4rs.api.instantiation
Methods in org.astonbitecode.j4rs.api.instantiation that return Instance Modifier and Type Method Description static InstanceNativeInstantiationImpl. createForStatic(String className)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 Instance in org.astonbitecode.j4rs.api.invocation
Classes in org.astonbitecode.j4rs.api.invocation that implement Instance Modifier and Type Class Description classEagerJsonInvocationImpl<T>classJavaFxInvocation<T>classJsonInvocationImpl<T>Methods in org.astonbitecode.j4rs.api.invocation that return Instance Modifier and Type Method Description static <T> Instance<T>InstanceGenerator. create(Class clazz)static <T> Instance<T>InstanceGenerator. create(T instance, Class clazz)static <T> Instance<T>InstanceGenerator. create(T instance, Class<T> clazz, List<Type> classGenTypes)InstanceEagerJsonInvocationImpl. field(String methodName)Instance<?>JavaFxInvocation. field(String fieldName)InstanceJsonInvocationImpl. field(String fieldName)InstanceEagerJsonInvocationImpl. invoke(String methodName, InvocationArg... arg)InstanceJavaFxInvocation. invoke(String methodName, InvocationArg... args)InstanceJsonInvocationImpl. invoke(String methodName, InvocationArg... args)InstanceEagerJsonInvocationImpl. invokeStatic(String methodName, InvocationArg... arg)InstanceJavaFxInvocation. invokeStatic(String methodName, InvocationArg... args)InstanceJsonInvocationImpl. invokeStatic(String methodName, InvocationArg... args) -
Uses of Instance in org.astonbitecode.j4rs.api.java2rust
Methods in org.astonbitecode.j4rs.api.java2rust that return Instance Modifier and Type Method Description static <T> Instance<T>Java2RustUtils. createInstance(T obj)Methods in org.astonbitecode.j4rs.api.java2rust with parameters of type Instance Modifier and Type Method Description static <T> TJava2RustUtils. getObjectCasted(Instance instance)
-