Class MyTest
java.lang.Object
org.astonbitecode.j4rs.tests.MyTest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddInts(int a, int b) voidaMethod()appendToMyString(String str) <T> Techo(T o) executeVoidFuture(String message) getErrorWithFuture(String message) getErrorWithFutureStatic(String string) getMap()getMyWithArgs(String arg) getMyWithArgsList(String... args) getNumbersUntil(Integer until) getStringWithFuture(String string) getTheInteger(MyBean myBean) getTheString(MyBean myBean) voidvoidstatic voidstatic voiduseLongPrimitivesArray(long[] args)
-
Field Details
-
StaticString
-
-
Constructor Details
-
MyTest
public MyTest() -
MyTest
-
MyTest
-
MyTest
-
-
Method Details
-
useLongPrimitivesArray
public static void useLongPrimitivesArray(long[] args) -
getMyString
-
appendToMyString
-
getMyWithArgs
-
getMyWithArgsList
-
getNumbersUntil
-
addInts
-
addInts
-
addInts
-
list
-
map
-
aMethod
public void aMethod() -
StaticMethod
public static void StaticMethod() -
echo
public <T> T echo(T o) -
getMap
-
getNullInteger
-
getTheString
-
getTheInteger
-
getStringWithFuture
-
getErrorWithFuture
-
executeVoidFuture
-
getErrorWithFutureStatic
-