Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
C
- ConfigKey - Interface in org.eclipse.microprofile.graphql
-
Holding all available config keys
D
- DataFetchingException - Enum constant in enum org.eclipse.microprofile.graphql.GraphQLException.ExceptionType
- DateFormat - Annotation Type in org.eclipse.microprofile.graphql
-
Annotation provides way how to set custom date format to field or JavaBean property.
- DEFAULT_ERROR_MESSAGE - Static variable in interface org.eclipse.microprofile.graphql.ConfigKey
- DEFAULT_FORMAT - Static variable in annotation type org.eclipse.microprofile.graphql.DateFormat
- DEFAULT_FORMAT - Static variable in annotation type org.eclipse.microprofile.graphql.NumberFormat
- DEFAULT_LOCALE - Static variable in annotation type org.eclipse.microprofile.graphql.DateFormat
- DEFAULT_LOCALE - Static variable in annotation type org.eclipse.microprofile.graphql.NumberFormat
- DefaultValue - Annotation Type in org.eclipse.microprofile.graphql
-
Controls the mapping of a method's parameter to an argument of a GraphQL operation (query/mutation/subscription).
- Description - Annotation Type in org.eclipse.microprofile.graphql
-
Sets the description in the GraphQL schema for the target field, type, parameter, etc.
E
- Enum - Annotation Type in org.eclipse.microprofile.graphql
-
Maps of the annotated Java enum to a GraphQL enum.
- EXCEPTION_BLACK_LIST - Static variable in interface org.eclipse.microprofile.graphql.ConfigKey
- EXCEPTION_WHITE_LIST - Static variable in interface org.eclipse.microprofile.graphql.ConfigKey
- ExecutionAborted - Enum constant in enum org.eclipse.microprofile.graphql.GraphQLException.ExceptionType
G
- getExceptionType() - Method in exception org.eclipse.microprofile.graphql.GraphQLException
- getPartialResults() - Method in exception org.eclipse.microprofile.graphql.GraphQLException
- GraphQLApi - Annotation Type in org.eclipse.microprofile.graphql
-
Marks a class as a GraphQL Endpoint.
- GraphQLException - Exception in org.eclipse.microprofile.graphql
-
A GraphQLException is used to pass error information back to the client.
- GraphQLException() - Constructor for exception org.eclipse.microprofile.graphql.GraphQLException
- GraphQLException(Object) - Constructor for exception org.eclipse.microprofile.graphql.GraphQLException
- GraphQLException(String) - Constructor for exception org.eclipse.microprofile.graphql.GraphQLException
- GraphQLException(String, Object) - Constructor for exception org.eclipse.microprofile.graphql.GraphQLException
- GraphQLException(String, Throwable) - Constructor for exception org.eclipse.microprofile.graphql.GraphQLException
- GraphQLException(String, Throwable, Object) - Constructor for exception org.eclipse.microprofile.graphql.GraphQLException
- GraphQLException(String, Throwable, GraphQLException.ExceptionType) - Constructor for exception org.eclipse.microprofile.graphql.GraphQLException
- GraphQLException(String, GraphQLException.ExceptionType) - Constructor for exception org.eclipse.microprofile.graphql.GraphQLException
- GraphQLException(Throwable) - Constructor for exception org.eclipse.microprofile.graphql.GraphQLException
- GraphQLException(Throwable, Object) - Constructor for exception org.eclipse.microprofile.graphql.GraphQLException
- GraphQLException(Throwable, GraphQLException.ExceptionType) - Constructor for exception org.eclipse.microprofile.graphql.GraphQLException
- GraphQLException(GraphQLException.ExceptionType) - Constructor for exception org.eclipse.microprofile.graphql.GraphQLException
- GraphQLException.ExceptionType - Enum in org.eclipse.microprofile.graphql
I
- Id - Annotation Type in org.eclipse.microprofile.graphql
-
Marks a field as a ID Scalar Type.
- Ignore - Annotation Type in org.eclipse.microprofile.graphql
-
Excludes an otherwise mapped element.
- Input - Annotation Type in org.eclipse.microprofile.graphql
-
Maps the annotated class to a GraphQL input type.
- Interface - Annotation Type in org.eclipse.microprofile.graphql
L
- locale() - Element in annotation type org.eclipse.microprofile.graphql.DateFormat
- locale() - Element in annotation type org.eclipse.microprofile.graphql.NumberFormat
M
- Mutation - Annotation Type in org.eclipse.microprofile.graphql
-
Specifies that the annotated method provides the implementation (ie.
N
- name() - Element in annotation type org.eclipse.microprofile.graphql.Source
-
Deprecated.use `value` instead
- Name - Annotation Type in org.eclipse.microprofile.graphql
-
Allows users to name a field or argument in the GraphQL Schema
For example, a user might annotate a method's parameter as such: - NonNull - Annotation Type in org.eclipse.microprofile.graphql
-
Specifies that the GraphQL type and/or input type represented by the Java field this annotation is applied to must be marked as non-null in the schema.
- NumberFormat - Annotation Type in org.eclipse.microprofile.graphql
-
Annotation provides way how to set custom number format to field or JavaBean property.
O
- OperationNotSupported - Enum constant in enum org.eclipse.microprofile.graphql.GraphQLException.ExceptionType
- org.eclipse.microprofile.graphql - package org.eclipse.microprofile.graphql
-
APIs for building a code-first GraphQL endpoint, for example:
Q
- Query - Annotation Type in org.eclipse.microprofile.graphql
-
Specifies that the annotated method provides the implementation (ie.
S
- setExceptionType(GraphQLException.ExceptionType) - Method in exception org.eclipse.microprofile.graphql.GraphQLException
- setPartialResults(Object) - Method in exception org.eclipse.microprofile.graphql.GraphQLException
- Source - Annotation Type in org.eclipse.microprofile.graphql
-
Extends a GraphQL type by adding an externally defined field, effectively enabling a graph to be assembled.
- Subscription - Annotation Type in org.eclipse.microprofile.graphql
-
Specifies that the annotated method provides the implementation (ie.
T
- Type - Annotation Type in org.eclipse.microprofile.graphql
-
Maps of the annotated Java class to a GraphQL type.
V
- value() - Element in annotation type org.eclipse.microprofile.graphql.DateFormat
- value() - Element in annotation type org.eclipse.microprofile.graphql.DefaultValue
- value() - Element in annotation type org.eclipse.microprofile.graphql.Description
- value() - Element in annotation type org.eclipse.microprofile.graphql.Enum
- value() - Element in annotation type org.eclipse.microprofile.graphql.Input
- value() - Element in annotation type org.eclipse.microprofile.graphql.Interface
- value() - Element in annotation type org.eclipse.microprofile.graphql.Mutation
- value() - Element in annotation type org.eclipse.microprofile.graphql.Name
- value() - Element in annotation type org.eclipse.microprofile.graphql.NumberFormat
- value() - Element in annotation type org.eclipse.microprofile.graphql.Query
- value() - Element in annotation type org.eclipse.microprofile.graphql.Source
- value() - Element in annotation type org.eclipse.microprofile.graphql.Subscription
- value() - Element in annotation type org.eclipse.microprofile.graphql.Type
- valueOf(String) - Static method in enum org.eclipse.microprofile.graphql.GraphQLException.ExceptionType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.eclipse.microprofile.graphql.GraphQLException.ExceptionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form