public class OperationCreator extends ModelCreator
referenceCreator| Constructor and Description |
|---|
OperationCreator(ReferenceCreator referenceCreator,
ArgumentCreator argumentCreator) |
| Modifier and Type | Method and Description |
|---|---|
Operation |
createOperation(org.jboss.jandex.MethodInfo methodInfo,
OperationType operationType,
Type type)
This creates a single operation.
|
getReferenceCreator, getReturnType, getReturnType, getTypeAutoNameStrategy, populateField, populateField, setDirectivespublic OperationCreator(ReferenceCreator referenceCreator, ArgumentCreator argumentCreator)
public Operation createOperation(org.jboss.jandex.MethodInfo methodInfo, OperationType operationType, Type type)
methodInfo - the java methodoperationType - the type of operation (Query / Mutation)type - Copyright © 2018–2022. All rights reserved.