| Interface | Description |
|---|---|
| Adapter<From,To> |
Adapter definition that allow adapting objects to and from each other
|
| Context |
Holing context for the current request
There are two parts to this.
|
| Scalar |
Scalars supported in the spec to be used in ToScalar mapping
|
| Class | Description |
|---|---|
| Context.VariablesParser |
Help to parse the variables
|
| Entry<K,V> |
An Entry POJO to support maps
|
| Scalar.BigDecimal | |
| Scalar.BigInteger | |
| Scalar.Boolean | |
| Scalar.Date | |
| Scalar.DateTime | |
| Scalar.Float | |
| Scalar.ID | |
| Scalar.Int | |
| Scalar.String | |
| Scalar.Time |
| Enum | Description |
|---|---|
| DirectiveLocation |
The locations, where a specific
Directive is allowed to be put. |
| Annotation Type | Description |
|---|---|
| AdaptToScalar |
Allows users to map a certain field or class to a scalar type
This is an experimental feature that might move to the spec. |
| AdaptWith |
Allow adapting objects using an Adapter class
This is an experimental feature that might move to the spec. |
| DataFetcher | |
| DefaultNonNull | |
| Directive |
Annotations annotated as Directive become visible in the GraphQL Schema.
|
| ErrorCode | |
| Nullable | |
| Subscription |
Specifies that the annotated method provides the implementation (ie.
|
| ToScalar | Deprecated
Use AdaptToScalar
|
Copyright © 2018–2022. All rights reserved.