Uses of Interface
com.graphql_java_generator.domain.client.allGraphQLCases.Character
Packages that use Character
Package
Description
This package contains Spring repositories that will be dynamically discovered by the Spring test config
-
Uses of Character in com.graphql_java_generator.client.graphqlrepository
Methods in com.graphql_java_generator.client.graphqlrepository that return CharacterModifier and TypeMethodDescriptionGraphQLRepositoryTestCaseMissingMethodAnnotation.noAnnotation()
A method with no annotation should raise an errorGraphQLRepositoryTestCase.thisIsNotARequestName1
(CharacterInput character) with requestName: the method name is freeGraphQLRepositoryTestCase.thisIsNotARequestName2
(CharacterInput character) with requestName: the method name is freeGraphQLRepositoryTestCase.withOneOptionalParam
(CharacterInput character) no requestName: the method name is the field name of the query type in the GraphQL schemaMethods in com.graphql_java_generator.client.graphqlrepository that return types with arguments of type CharacterModifier and TypeMethodDescriptionGraphQLRepositoryTestCaseMissingException.noGraphQLRequestExecutionException()
A method that throws no GraphQLRequestExecutionExceptionGraphQLRepositoryTestCaseMissingInterfaceAnnotation.noGraphQLRequestExecutionException()
A method that throws no GraphQLRequestExecutionException -
Uses of Character in com.graphql_java_generator.domain.client.allGraphQLCases
Classes in com.graphql_java_generator.domain.client.allGraphQLCases that implement CharacterMethods in com.graphql_java_generator.domain.client.allGraphQLCases that return CharacterModifier and TypeMethodDescriptionMyQueryType.directiveOnField
(ObjectResponse objectResponse, Object... paramsAndValues) Deprecated.MyQueryType.directiveOnField
(String queryResponseDef, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorMySchema.directiveOnField
(ObjectResponse objectResponse, Object... paramsAndValues) ${field.content} ${field.content}
This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.directiveOnField
(String queryResponseDef, Object... paramsAndValues) ${field.content} ${field.content}
This method executes a partial query against the GraphQL server.MyQueryType.directiveOnFieldWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) Deprecated.MyQueryType.directiveOnFieldWithBindValues
(String queryResponseDef, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorMySchema.directiveOnFieldWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) ${field.content} ${field.content}
This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.directiveOnFieldWithBindValues
(String queryResponseDef, Map<String, Object> parameters) ${field.content} ${field.content}
This method executes a partial query against the GraphQL server.MyQueryType.error
(ObjectResponse objectResponse, String errorLabel, Object... paramsAndValues) Deprecated.Deprecated.MyQueryTypeExecutorMySchema.error
(ObjectResponse objectResponse, String errorLabel, Object... paramsAndValues) ${field.content} ${field.content}
This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.error
(String queryResponseDef, String errorLabel, Object... paramsAndValues) ${field.content} ${field.content}
This method executes a partial query against the GraphQL server.MyQueryType.errorWithBindValues
(ObjectResponse objectResponse, String errorLabel, Map<String, Object> parameters) Deprecated.MyQueryType.errorWithBindValues
(String queryResponseDef, String errorLabel, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorMySchema.errorWithBindValues
(ObjectResponse objectResponse, String errorLabel, Map<String, Object> parameters) ${field.content} ${field.content}
This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.errorWithBindValues
(String queryResponseDef, String errorLabel, Map<String, Object> parameters) ${field.content} ${field.content}
This method executes a partial query against the GraphQL server.Human.getBestFriend()
MyQueryType.getDirectiveOnField()
Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery.MyQueryType.getError()
############################################################################### error always returns an error!MyQueryType.getWithEnum()
MyQueryType.getWithOneMandatoryParam()
MyQueryType.getWithOneOptionalParam()
MyQueryType.withEnum
(ObjectResponse objectResponse, Episode episode, Object... paramsAndValues) Deprecated.Deprecated.MyQueryTypeExecutorMySchema.withEnum
(ObjectResponse objectResponse, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.withEnum
(String queryResponseDef, Episode episode, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MyQueryType.withEnumWithBindValues
(ObjectResponse objectResponse, Episode episode, Map<String, Object> parameters) Deprecated.MyQueryType.withEnumWithBindValues
(String queryResponseDef, Episode episode, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorMySchema.withEnumWithBindValues
(ObjectResponse objectResponse, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.withEnumWithBindValues
(String queryResponseDef, Episode episode, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.MyQueryType.withOneMandatoryParam
(ObjectResponse objectResponse, CharacterInput character, Object... paramsAndValues) Deprecated.MyQueryType.withOneMandatoryParam
(String queryResponseDef, CharacterInput character, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorMySchema.withOneMandatoryParam
(ObjectResponse objectResponse, CharacterInput character, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.withOneMandatoryParam
(String queryResponseDef, CharacterInput character, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MyQueryType.withOneMandatoryParamWithBindValues
(ObjectResponse objectResponse, CharacterInput character, Map<String, Object> parameters) Deprecated.MyQueryType.withOneMandatoryParamWithBindValues
(String queryResponseDef, CharacterInput character, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorMySchema.withOneMandatoryParamWithBindValues
(ObjectResponse objectResponse, CharacterInput character, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.withOneMandatoryParamWithBindValues
(String queryResponseDef, CharacterInput character, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.MyQueryType.withOneOptionalParam
(ObjectResponse objectResponse, CharacterInput character, Object... paramsAndValues) Deprecated.MyQueryType.withOneOptionalParam
(String queryResponseDef, CharacterInput character, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorMySchema.withOneOptionalParam
(ObjectResponse objectResponse, CharacterInput character, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.withOneOptionalParam
(String queryResponseDef, CharacterInput character, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MyQueryType.withOneOptionalParamWithBindValues
(ObjectResponse objectResponse, CharacterInput character, Map<String, Object> parameters) Deprecated.MyQueryType.withOneOptionalParamWithBindValues
(String queryResponseDef, CharacterInput character, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorMySchema.withOneOptionalParamWithBindValues
(ObjectResponse objectResponse, CharacterInput character, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.withOneOptionalParamWithBindValues
(String queryResponseDef, CharacterInput character, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.Methods in com.graphql_java_generator.domain.client.allGraphQLCases that return types with arguments of type CharacterModifier and TypeMethodDescriptionMyQueryType.connectionWithoutParameters
(ObjectResponse objectResponse, Object... paramsAndValues) Deprecated.MyQueryType.connectionWithoutParameters
(String queryResponseDef, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorMySchema.connectionWithoutParameters
(ObjectResponse objectResponse, Object... paramsAndValues) ${field.content} ${field.content}
This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.connectionWithoutParameters
(String queryResponseDef, Object... paramsAndValues) ${field.content} ${field.content}
This method executes a partial query against the GraphQL server.MyQueryType.connectionWithoutParametersWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) Deprecated.MyQueryType.connectionWithoutParametersWithBindValues
(String queryResponseDef, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorMySchema.connectionWithoutParametersWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) ${field.content} ${field.content}
This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.connectionWithoutParametersWithBindValues
(String queryResponseDef, Map<String, Object> parameters) ${field.content} ${field.content}
This method executes a partial query against the GraphQL server.MyQueryType.getConnectionWithoutParameters()
############################################################################### queries to check the addRelayConnections capabilityCharacter.getFriends()
Droid.getFriends()
Human.getFriends()
Droid.getFriendsCharacter()
Human.getFriendsCharacter()
MyQueryType.getWithList()
############################################################################### withList return a list of Characters, matching the given list of CharacterInput.MyQueryType.getWithoutParameters()
MyQueryType.withList
(ObjectResponse objectResponse, String firstName, List<CharacterInput> characters, Object... paramsAndValues) Deprecated.MyQueryType.withList
(String queryResponseDef, String firstName, List<CharacterInput> characters, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorMySchema.withList
(ObjectResponse objectResponse, String firstName, List<CharacterInput> characters, Object... paramsAndValues) ${field.content} ${field.content} ${field.content} ${field.content}
This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.withList
(String queryResponseDef, String firstName, List<CharacterInput> characters, Object... paramsAndValues) ${field.content} ${field.content} ${field.content} ${field.content}
This method executes a partial query against the GraphQL server.MyQueryType.withListWithBindValues
(ObjectResponse objectResponse, String firstName, List<CharacterInput> characters, Map<String, Object> parameters) Deprecated.MyQueryType.withListWithBindValues
(String queryResponseDef, String firstName, List<CharacterInput> characters, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorMySchema.withListWithBindValues
(ObjectResponse objectResponse, String firstName, List<CharacterInput> characters, Map<String, Object> parameters) ${field.content} ${field.content} ${field.content} ${field.content}
This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.withListWithBindValues
(String queryResponseDef, String firstName, List<CharacterInput> characters, Map<String, Object> parameters) ${field.content} ${field.content} ${field.content} ${field.content}
This method executes a partial query against the GraphQL server.MyQueryType.withoutParameters
(ObjectResponse objectResponse, Object... paramsAndValues) Deprecated.MyQueryType.withoutParameters
(String queryResponseDef, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorMySchema.withoutParameters
(ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.withoutParameters
(String queryResponseDef, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MyQueryType.withoutParametersWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) Deprecated.MyQueryType.withoutParametersWithBindValues
(String queryResponseDef, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorMySchema.withoutParametersWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.withoutParametersWithBindValues
(String queryResponseDef, 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 CharacterModifier and TypeMethodDescriptionvoid
Human.setBestFriend
(Character bestFriend) void
MyQueryType.setDirectiveOnField
(Character directiveOnField) Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery.void
############################################################################### error always returns an error!void
MyQueryType.setWithEnum
(Character withEnum) void
MyQueryType.setWithOneMandatoryParam
(Character withOneMandatoryParam) void
MyQueryType.setWithOneOptionalParam
(Character withOneOptionalParam) Human.Builder.withBestFriend
(Character bestFriend) MyQueryType.Builder.withDirectiveOnField
(Character directiveOnField) MyQueryType.Builder.withWithEnum
(Character withEnum) MyQueryType.Builder.withWithOneMandatoryParam
(Character withOneMandatoryParam) MyQueryType.Builder.withWithOneOptionalParam
(Character withOneOptionalParam) Method parameters in com.graphql_java_generator.domain.client.allGraphQLCases with type arguments of type CharacterModifier and TypeMethodDescriptionvoid
MyQueryType.setConnectionWithoutParameters
(List<Character> connectionWithoutParameters) ############################################################################### queries to check the addRelayConnections capabilityvoid
Character.setFriends
(List<Character> friends) void
Droid.setFriends
(List<Character> friends) void
Human.setFriends
(List<Character> friends) void
MyQueryType.setWithList
(List<Character> withList) ############################################################################### withList return a list of Characters, matching the given list of CharacterInput.void
MyQueryType.setWithoutParameters
(List<Character> withoutParameters) MyQueryType.Builder.withConnectionWithoutParameters
(List<Character> connectionWithoutParameters) Droid.Builder.withFriends
(List<Character> friends) Human.Builder.withFriends
(List<Character> friends) MyQueryType.Builder.withWithList
(List<Character> withList) MyQueryType.Builder.withWithoutParameters
(List<Character> withoutParameters) -
Uses of Character in com.graphql_java_generator.it_tests.spring_graphql_one_graphql_repo
Methods in com.graphql_java_generator.it_tests.spring_graphql_one_graphql_repo that return CharacterModifier and TypeMethodDescriptionGraphQLRepositoryTestCase.withOneOptionalParam
(CharacterInput character) a Query -
Uses of Character in com.graphql_java_generator.it_tests.spring_graphql_two_graphql_repos.ko_missing_queryExecutor
Methods in com.graphql_java_generator.it_tests.spring_graphql_two_graphql_repos.ko_missing_queryExecutor that return CharacterModifier and TypeMethodDescriptionGraphQLTwoRepositoriesMissingQueryExecutorTestCase.withOneOptionalParam
(CharacterInput character) a Query -
Uses of Character in com.graphql_java_generator.it_tests.spring_graphql_two_graphql_repos.ok
Methods in com.graphql_java_generator.it_tests.spring_graphql_two_graphql_repos.ok that return CharacterModifier and TypeMethodDescriptionGraphQLTwoRepositoriesAllGraphQlCasesTestCase.withOneOptionalParam
(CharacterInput character) a Query