Uses of Class
com.graphql_java_generator.domain.client.allGraphQLCases.AllFieldCases
Packages that use AllFieldCases
Package
Description
-
Uses of AllFieldCases in com.graphql_java_generator.client.graphqlrepository
Methods in com.graphql_java_generator.client.graphqlrepository that return AllFieldCasesModifier and TypeMethodDescriptionGraphQLRepositoryTestCase.thisIsNotARequestName3
(AllFieldCasesInput input, long nbItems, FieldParameterInput fieldParameterInput) with requestName (the method name is free) and bind parameter valuesGraphQLRepositoryTestCase.withListParam
(List<List<Float>> matrix) A query with aList
parameter -
Uses of AllFieldCases in com.graphql_java_generator.domain.client.allGraphQLCases
Methods in com.graphql_java_generator.domain.client.allGraphQLCases that return AllFieldCasesModifier and TypeMethodDescriptionMyQueryType.allFieldCases
(ObjectResponse objectResponse, AllFieldCasesInput input, Object... paramsAndValues) Deprecated.MyQueryType.allFieldCases
(String queryResponseDef, AllFieldCasesInput input, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorMySchema.allFieldCases
(ObjectResponse objectResponse, AllFieldCasesInput input, Object... paramsAndValues) ${field.content} ${field.content}
This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.allFieldCases
(String queryResponseDef, AllFieldCasesInput input, Object... paramsAndValues) ${field.content} ${field.content}
This method executes a partial query against the GraphQL server.MyQueryType.allFieldCasesWithBindValues
(ObjectResponse objectResponse, AllFieldCasesInput input, Map<String, Object> parameters) Deprecated.MyQueryType.allFieldCasesWithBindValues
(String queryResponseDef, AllFieldCasesInput input, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorMySchema.allFieldCasesWithBindValues
(ObjectResponse objectResponse, AllFieldCasesInput input, Map<String, Object> parameters) ${field.content} ${field.content}
This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.allFieldCasesWithBindValues
(String queryResponseDef, AllFieldCasesInput input, Map<String, Object> parameters) ${field.content} ${field.content}
This method executes a partial query against the GraphQL server.AllFieldCases.Builder.build()
AnotherMutationType.createAllFieldCases
(ObjectResponse objectResponse, AllFieldCasesInput input, Object... paramsAndValues) Deprecated.AnotherMutationType.createAllFieldCases
(String queryResponseDef, AllFieldCasesInput input, Object... paramsAndValues) Deprecated.AnotherMutationTypeExecutorMySchema.createAllFieldCases
(ObjectResponse objectResponse, AllFieldCasesInput input, Object... paramsAndValues) This method is expected by the graphql-java framework.AnotherMutationTypeExecutorMySchema.createAllFieldCases
(String queryResponseDef, AllFieldCasesInput input, Object... paramsAndValues) This method executes a partial query against the GraphQL server.AnotherMutationType.createAllFieldCasesWithBindValues
(ObjectResponse objectResponse, AllFieldCasesInput input, Map<String, Object> parameters) Deprecated.AnotherMutationType.createAllFieldCasesWithBindValues
(String queryResponseDef, AllFieldCasesInput input, Map<String, Object> parameters) Deprecated.AnotherMutationTypeExecutorMySchema.createAllFieldCasesWithBindValues
(ObjectResponse objectResponse, AllFieldCasesInput input, Map<String, Object> parameters) This method is expected by the graphql-java framework.AnotherMutationTypeExecutorMySchema.createAllFieldCasesWithBindValues
(String queryResponseDef, AllFieldCasesInput input, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.MyQueryType.getAllFieldCases()
############################################################################### Complementary tests with the AllFieldCases ObjectTheSubscriptionType.getAllGraphQLCasesInput()
Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)TheSubscriptionType.getAllGraphQLCasesParam()
AnotherMutationType.getCreateAllFieldCases()
AllFieldCases.getIssue66()
MyQueryType.getWithListOfList()
MyQueryType.withListOfList
(ObjectResponse objectResponse, List<List<Double>> matrix, Object... paramsAndValues) Deprecated.MyQueryType.withListOfList
(String queryResponseDef, List<List<Double>> matrix, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorMySchema.withListOfList
(ObjectResponse objectResponse, List<List<Double>> matrix, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.withListOfList
(String queryResponseDef, List<List<Double>> matrix, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MyQueryType.withListOfListWithBindValues
(ObjectResponse objectResponse, List<List<Double>> matrix, Map<String, Object> parameters) Deprecated.MyQueryType.withListOfListWithBindValues
(String queryResponseDef, List<List<Double>> matrix, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorMySchema.withListOfListWithBindValues
(ObjectResponse objectResponse, List<List<Double>> matrix, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.withListOfListWithBindValues
(String queryResponseDef, List<List<Double>> matrix, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.Methods in com.graphql_java_generator.domain.client.allGraphQLCases with parameters of type AllFieldCasesModifier and TypeMethodDescriptionvoid
MyQueryType.setAllFieldCases
(AllFieldCases allFieldCases) ############################################################################### Complementary tests with the AllFieldCases Objectvoid
TheSubscriptionType.setAllGraphQLCasesInput
(AllFieldCases allGraphQLCasesInput) Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)void
TheSubscriptionType.setAllGraphQLCasesParam
(AllFieldCases allGraphQLCasesParam) void
AnotherMutationType.setCreateAllFieldCases
(AllFieldCases createAllFieldCases) void
AllFieldCases.setIssue66
(AllFieldCases issue66) void
MyQueryType.setWithListOfList
(AllFieldCases withListOfList) MyQueryType.Builder.withAllFieldCases
(AllFieldCases allFieldCases) TheSubscriptionType.Builder.withAllGraphQLCasesInput
(AllFieldCases allGraphQLCasesInput) TheSubscriptionType.Builder.withAllGraphQLCasesParam
(AllFieldCases allGraphQLCasesParam) AnotherMutationType.Builder.withCreateAllFieldCases
(AllFieldCases createAllFieldCases) AllFieldCases.Builder.withIssue66
(AllFieldCases issue66) MyQueryType.Builder.withWithListOfList
(AllFieldCases withListOfList) Method parameters in com.graphql_java_generator.domain.client.allGraphQLCases with type arguments of type AllFieldCasesModifier and TypeMethodDescriptionTheSubscriptionType.allGraphQLCasesInput
(ObjectResponse objectResponse, SubscriptionCallback<AllFieldCases> subscriptionCallback, AllFieldCasesInput input, Object... paramsAndValues) Deprecated.TheSubscriptionType.allGraphQLCasesInput
(String queryResponseDef, SubscriptionCallback<AllFieldCases> subscriptionCallback, AllFieldCasesInput input, Object... paramsAndValues) Deprecated.TheSubscriptionTypeExecutorMySchema.allGraphQLCasesInput
(ObjectResponse objectResponse, SubscriptionCallback<AllFieldCases> subscriptionCallback, AllFieldCasesInput input, Object... paramsAndValues) ${field.content}
This method registers a subscription, by executing a direct partial request against the GraphQL server.TheSubscriptionTypeExecutorMySchema.allGraphQLCasesInput
(String queryResponseDef, SubscriptionCallback<AllFieldCases> subscriptionCallback, AllFieldCasesInput input, Object... paramsAndValues) ${field.content}
This method registers a subscription, by executing a direct partial request against the GraphQL server.TheSubscriptionType.allGraphQLCasesInputWithBindValues
(ObjectResponse objectResponse, SubscriptionCallback<AllFieldCases> subscriptionCallback, AllFieldCasesInput input, Map<String, Object> parameters) Deprecated.TheSubscriptionType.allGraphQLCasesInputWithBindValues
(String queryResponseDef, SubscriptionCallback<AllFieldCases> subscriptionCallback, AllFieldCasesInput input, Map<String, Object> parameters) Deprecated.TheSubscriptionTypeExecutorMySchema.allGraphQLCasesInputWithBindValues
(ObjectResponse objectResponse, SubscriptionCallback<AllFieldCases> subscriptionCallback, AllFieldCasesInput input, Map<String, Object> parameters) ${field.content}
This method registers a subscription, by executing a direct partial request against the GraphQL server.TheSubscriptionTypeExecutorMySchema.allGraphQLCasesInputWithBindValues
(String queryResponseDef, SubscriptionCallback<AllFieldCases> subscriptionCallback, AllFieldCasesInput input, Map<String, Object> parameters) ${field.content}
This method registers a subscription, by executing a direct partial request against the GraphQL server.TheSubscriptionType.allGraphQLCasesParam
(ObjectResponse objectResponse, SubscriptionCallback<AllFieldCases> subscriptionCallback, String id, String name, Long age, Integer integer, Date date, List<Date> dates, List<List<Double>> matrix, AllFieldCasesWithoutIdSubtypeInput oneWithoutIdSubtype, List<AllFieldCasesWithoutIdSubtypeInput> listWithoutIdSubtype, Object... paramsAndValues) Deprecated.TheSubscriptionType.allGraphQLCasesParam
(String queryResponseDef, SubscriptionCallback<AllFieldCases> subscriptionCallback, String id, String name, Long age, Integer integer, Date date, List<Date> dates, List<List<Double>> matrix, AllFieldCasesWithoutIdSubtypeInput oneWithoutIdSubtype, List<AllFieldCasesWithoutIdSubtypeInput> listWithoutIdSubtype, Object... paramsAndValues) Deprecated.TheSubscriptionTypeExecutorMySchema.allGraphQLCasesParam
(ObjectResponse objectResponse, SubscriptionCallback<AllFieldCases> subscriptionCallback, String id, String name, Long age, Integer integer, Date date, List<Date> dates, List<List<Double>> matrix, AllFieldCasesWithoutIdSubtypeInput oneWithoutIdSubtype, List<AllFieldCasesWithoutIdSubtypeInput> listWithoutIdSubtype, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.TheSubscriptionTypeExecutorMySchema.allGraphQLCasesParam
(String queryResponseDef, SubscriptionCallback<AllFieldCases> subscriptionCallback, String id, String name, Long age, Integer integer, Date date, List<Date> dates, List<List<Double>> matrix, AllFieldCasesWithoutIdSubtypeInput oneWithoutIdSubtype, List<AllFieldCasesWithoutIdSubtypeInput> listWithoutIdSubtype, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.TheSubscriptionType.allGraphQLCasesParamWithBindValues
(ObjectResponse objectResponse, SubscriptionCallback<AllFieldCases> subscriptionCallback, String id, String name, Long age, Integer integer, Date date, List<Date> dates, List<List<Double>> matrix, AllFieldCasesWithoutIdSubtypeInput oneWithoutIdSubtype, List<AllFieldCasesWithoutIdSubtypeInput> listWithoutIdSubtype, Map<String, Object> parameters) Deprecated.TheSubscriptionType.allGraphQLCasesParamWithBindValues
(String queryResponseDef, SubscriptionCallback<AllFieldCases> subscriptionCallback, String id, String name, Long age, Integer integer, Date date, List<Date> dates, List<List<Double>> matrix, AllFieldCasesWithoutIdSubtypeInput oneWithoutIdSubtype, List<AllFieldCasesWithoutIdSubtypeInput> listWithoutIdSubtype, Map<String, Object> parameters) Deprecated.TheSubscriptionTypeExecutorMySchema.allGraphQLCasesParamWithBindValues
(ObjectResponse objectResponse, SubscriptionCallback<AllFieldCases> subscriptionCallback, String id, String name, Long age, Integer integer, Date date, List<Date> dates, List<List<Double>> matrix, AllFieldCasesWithoutIdSubtypeInput oneWithoutIdSubtype, List<AllFieldCasesWithoutIdSubtypeInput> listWithoutIdSubtype, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial request against the GraphQL server.TheSubscriptionTypeExecutorMySchema.allGraphQLCasesParamWithBindValues
(String queryResponseDef, SubscriptionCallback<AllFieldCases> subscriptionCallback, String id, String name, Long age, Integer integer, Date date, List<Date> dates, List<List<Double>> matrix, AllFieldCasesWithoutIdSubtypeInput oneWithoutIdSubtype, List<AllFieldCasesWithoutIdSubtypeInput> listWithoutIdSubtype, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial request against the GraphQL server.