JavaScript is disabled on your browser.
MicroProfile GraphQL :: API v2.0
C D E G I M N O Q S T V
C
ConfigKey - Interface in org.eclipse.microprofile.graphql
Holding all available config keys
D
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
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(String) - Constructor for exception org.eclipse.microprofile.graphql.GraphQLException
GraphQLException(Throwable) - Constructor for exception org.eclipse.microprofile.graphql.GraphQLException
GraphQLException(String, Throwable) - Constructor for exception org.eclipse.microprofile.graphql.GraphQLException
GraphQLException(GraphQLException.ExceptionType) - Constructor for exception org.eclipse.microprofile.graphql.GraphQLException
GraphQLException(String, GraphQLException.ExceptionType) - Constructor for exception org.eclipse.microprofile.graphql.GraphQLException
GraphQLException(Throwable, GraphQLException.ExceptionType) - Constructor for exception org.eclipse.microprofile.graphql.GraphQLException
GraphQLException(String, Throwable, GraphQLException.ExceptionType) - Constructor for exception org.eclipse.microprofile.graphql.GraphQLException
GraphQLException(Object) - Constructor for exception org.eclipse.microprofile.graphql.GraphQLException
GraphQLException(String, Object) - Constructor for exception org.eclipse.microprofile.graphql.GraphQLException
GraphQLException(Throwable, Object) - Constructor for exception org.eclipse.microprofile.graphql.GraphQLException
GraphQLException(String, Throwable, Object) - 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
M
Mutation - Annotation Type in org.eclipse.microprofile.graphql
Specifies that the annotated method provides the implementation (ie.
N
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
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.
T
Type - Annotation Type in org.eclipse.microprofile.graphql
Maps of the annotated Java class to a GraphQL type.
V
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.
C D E G I M N O Q S T V
MicroProfile GraphQL :: API v2.0
Copyright © 2019 – 2022 Eclipse Foundation . All rights reserved. Use is subject to license terms .