public class ArgumentCreator extends Object
| Constructor and Description |
|---|
ArgumentCreator(ReferenceCreator referenceCreator) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Argument> |
createArgument(OperationType operationType,
org.jboss.jandex.MethodInfo methodInfo,
short position)
Create an argument model.
|
public ArgumentCreator(ReferenceCreator referenceCreator)
public Optional<Argument> createArgument(OperationType operationType, org.jboss.jandex.MethodInfo methodInfo, short position)
operationType - The operation typemethodInfo - the operation methodposition - the argument positionCopyright © 2018–2020. All rights reserved.