public class Operation extends Object
| Constructor and Description |
|---|
Operation(String name,
AnnotatedType javaType,
List<Type> contextTypes,
List<OperationArgument> arguments,
List<Resolver> resolvers,
boolean batched) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
List<OperationArgument> |
getArguments() |
String |
getDescription() |
AnnotatedType |
getJavaType() |
String |
getName() |
Resolver |
getResolver(String... argumentNames) |
Collection<Resolver> |
getResolvers() |
int |
hashCode() |
boolean |
isBatched() |
boolean |
isEmbeddableForType(Type type) |
String |
toString() |
Operation |
unbatch() |
public Operation(String name, AnnotatedType javaType, List<Type> contextTypes, List<OperationArgument> arguments, List<Resolver> resolvers, boolean batched)
public Operation unbatch()
public boolean isEmbeddableForType(Type type)
public String getName()
public String getDescription()
public AnnotatedType getJavaType()
public List<OperationArgument> getArguments()
public Collection<Resolver> getResolvers()
public boolean isBatched()
Copyright © 2016–2017. All rights reserved.