public class MethodDataFetcher<T>
extends java.lang.Object
implements graphql.schema.DataFetcher<T>
| Constructor and Description |
|---|
MethodDataFetcher(java.lang.reflect.Method method,
TypeFunction typeFunction,
ProcessingElementsContainer container) |
| Modifier and Type | Method and Description |
|---|---|
T |
get(graphql.schema.DataFetchingEnvironment environment) |
public MethodDataFetcher(java.lang.reflect.Method method,
TypeFunction typeFunction,
ProcessingElementsContainer container)