Package org.astonbitecode.j4rs.tests
Class MyTest
- java.lang.Object
-
- org.astonbitecode.j4rs.api.invocation.NativeCallbackSupport
-
- org.astonbitecode.j4rs.tests.MyTest
-
public class MyTest extends NativeCallbackSupport
-
-
Field Summary
Fields Modifier and Type Field Description static StringStaticString
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegeraddInts(int a, int b)IntegeraddInts(Integer... args)voidaMethod()StringappendToMyString(String str)<T> Techo(T o)DummyMapInterface<String,Object>getMap()StringgetMyString()StringgetMyWithArgs(String arg)StringgetMyWithArgsList(String... args)List<Integer>getNumbersUntil(Integer until)voidlist(List<String> l)voidperformCallback()static voidStaticMethod()-
Methods inherited from class org.astonbitecode.j4rs.api.invocation.NativeCallbackSupport
doCallback
-
-
-
-
Field Detail
-
StaticString
public static String StaticString
-
-
Method Detail
-
getMyString
public String getMyString()
-
addInts
public Integer addInts(int a, int b)
-
aMethod
public void aMethod()
-
StaticMethod
public static void StaticMethod()
-
performCallback
public void performCallback()
-
echo
public <T> T echo(T o)
-
getMap
public DummyMapInterface<String,Object> getMap()
-
-