public class OperationCreator extends Object
| 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) |
Operation |
createOperation(org.jboss.jandex.MethodInfo methodInfo,
OperationType operationType,
Type type,
boolean batched)
This creates a single operation.
|
public OperationCreator(ReferenceCreator referenceCreator, ArgumentCreator argumentCreator)
public Operation createOperation(org.jboss.jandex.MethodInfo methodInfo, OperationType operationType, Type type)
public Operation createOperation(org.jboss.jandex.MethodInfo methodInfo, OperationType operationType, Type type, boolean batched)
methodInfo - the java methodoperationType - the type of operation (Query / Mutation)type - Copyright © 2018–2020. All rights reserved.