public class InvocationConvention extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InvocationConvention.InvocationArgumentConvention |
static class |
InvocationConvention.InvocationReturnConvention |
| Constructor and Description |
|---|
InvocationConvention(List<InvocationConvention.InvocationArgumentConvention> argumentConventionList,
InvocationConvention.InvocationReturnConvention returnConvention,
boolean hasSession) |
| Modifier and Type | Method and Description |
|---|---|
InvocationConvention.InvocationArgumentConvention |
getArgumentConvention(int index) |
List<InvocationConvention.InvocationArgumentConvention> |
getArgumentConventions() |
InvocationConvention.InvocationReturnConvention |
getReturnConvention() |
boolean |
hasSession() |
String |
toString() |
public InvocationConvention(List<InvocationConvention.InvocationArgumentConvention> argumentConventionList, InvocationConvention.InvocationReturnConvention returnConvention, boolean hasSession)
public InvocationConvention.InvocationReturnConvention getReturnConvention()
public List<InvocationConvention.InvocationArgumentConvention> getArgumentConventions()
public InvocationConvention.InvocationArgumentConvention getArgumentConvention(int index)
public boolean hasSession()
Copyright © 2012–2022. All rights reserved.