Uses of Class
me.ehp246.aufjms.core.reflection.InvocationOutcome
| Package | Description |
|---|---|
| me.ehp246.aufjms.api.endpoint | |
| me.ehp246.aufjms.core.reflection |
-
Uses of InvocationOutcome in me.ehp246.aufjms.api.endpoint
Methods in me.ehp246.aufjms.api.endpoint that return InvocationOutcome Modifier and Type Method Description InvocationOutcome<?>ExecutedInstance. getOutcome() -
Uses of InvocationOutcome in me.ehp246.aufjms.core.reflection
Methods in me.ehp246.aufjms.core.reflection that return InvocationOutcome Modifier and Type Method Description InvocationOutcomeTargetInvoked. getResult()InvocationOutcome<java.lang.Object>CatchingInvocation. invoke()static <T> InvocationOutcome<T>CatchingInvocation. invoke(java.util.concurrent.Callable<T> callable)static <T> InvocationOutcome<T>InvocationOutcome. returned(T returned)static <T> InvocationOutcome<T>InvocationOutcome. thrown(java.lang.Throwable thrown)