Uses of Class
com.graphql_java_generator.exception.GraphQLRequestPreparationException
-
Packages that use GraphQLRequestPreparationException Package Description com.graphql_java_generator.exception com.graphql_java_generator.util -
-
Uses of GraphQLRequestPreparationException in com.graphql_java_generator.exception
Subclasses of GraphQLRequestPreparationException in com.graphql_java_generator.exception Modifier and Type Class Description classGraphQLInternalErrorExceptionThrown when an internal error of the GraphQL generator occurs -
Uses of GraphQLRequestPreparationException in com.graphql_java_generator.util
Methods in com.graphql_java_generator.util that throw GraphQLRequestPreparationException Modifier and Type Method Description java.lang.reflect.FieldGraphqlUtils. getDeclaredField(java.lang.Class<?> owningClass, java.lang.String fieldName, boolean mustFindField)Returns aFieldfrom the given class.java.lang.Class<?>GraphqlUtils. getFieldType(java.lang.Class<?> owningClass, java.lang.String fieldName, boolean returnIsMandatory)Retrieves the class of the fieldName field of the owningClass class.
-