| Package | Description |
|---|---|
| io.smallrye.graphql.execution.datafetcher | |
| io.smallrye.graphql.execution.datafetcher.decorator |
| Constructor and Description |
|---|
ReflectionDataFetcher(Operation operation,
Collection<DataFetcherDecorator> decorators)
We use this reflection data fetcher on operations (so Queries, Mutations and Source)
ParameterClasses: We need an Array of Classes that this operation method needs so we can use reflection to call the
method.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MetricDecorator |
class |
OpenTracingDecorator |
Copyright © 2018–2020. All rights reserved.