All Classes
-
All Classes Interface Summary Class Summary Enum Summary Annotation Types Summary Class Description Adapter<From,To> Adapter definition that allow adapting objects to and from each otherAdaptToScalar 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.Context Holing context for the current request There are two parts to this.The initial request, that can be a aggregation of requests, and the current execution context.Context.VariablesParser Help to parse the variablesDataFetcher DefaultNonNull Directive Annotations annotated as Directive become visible in the GraphQL Schema.DirectiveLocation The locations, where a specificDirective
is allowed to be put.Entry<K,V> An Entry POJO to support mapsErrorCode ErrorExtensionProvider To add you own GraphQL errorextension
fields, you can add your own implementations of this class via theServiceLoader
mechanism.Extends directive @extends on OBJECT | INTERFACE
External directive @external on FIELD_DEFINITION | OBJECT
Key directive @key(fields: FieldSet!) repeatable on OBJECT | INTERFACE
Key.Keys Nullable Provides directive @provides(fields: FieldSet!) on FIELD_DEFINITION
Requires directive @requires(fields: FieldSet!) on FIELD_DEFINITION
Scalar Scalars supported in the spec to be used in ToScalar mappingScalar.BigDecimal Scalar.BigInteger Scalar.Boolean Scalar.Date Scalar.DateTime Scalar.Float Scalar.ID Scalar.Int Scalar.String Scalar.Time Subscription Specifies that the annotated method provides the implementation (ie.ToScalar Deprecated. Use AdaptToScalarUnion