Uses of Class
com.graphql_java_generator.domain.client.allGraphQLCases.CharacterInput
Packages that use CharacterInput
Package
Description
This package contains Spring repositories that will be dynamically discovered by the Spring test config
-
Uses of CharacterInput in com.graphql_java_generator.client.graphqlrepository
Methods in com.graphql_java_generator.client.graphqlrepository with parameters of type CharacterInputModifier and TypeMethodDescriptionGraphQLRepositoryTestCase.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 schemaGraphQLRepositoryTestCaseBadExecutor.withOneOptionalParam
(CharacterInput character) The return type of this method is not the good oneGraphQLRepositoryTestCaseBadReturnType.withOneOptionalParam
(CharacterInput character) The return type of this method is not the good oneGraphQLRepositoryTestCaseParameterWithMap.withOneOptionalParam
(CharacterInput character, Map<String, Object> bindParameters) The return type of this method is not the good oneGraphQLRepositoryTestCaseParameterWithVararg.withOneOptionalParam
(CharacterInput character, Object... o) The return type of this method is not the good one -
Uses of CharacterInput in com.graphql_java_generator.domain.client.allGraphQLCases
Methods in com.graphql_java_generator.domain.client.allGraphQLCases that return CharacterInputMethods in com.graphql_java_generator.domain.client.allGraphQLCases that return types with arguments of type CharacterInputModifier and TypeMethodDescriptionCharacterInput.getFriends()
DroidInput.getFriends()
HumanInput.getFriends()
Methods in com.graphql_java_generator.domain.client.allGraphQLCases with parameters of type CharacterInputModifier and TypeMethodDescriptionvoid
HumanInput.setBestFriend
(CharacterInput bestFriend) HumanInput.Builder.withBestFriend
(CharacterInput bestFriend) 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.Method parameters in com.graphql_java_generator.domain.client.allGraphQLCases with type arguments of type CharacterInputModifier and TypeMethodDescriptionvoid
CharacterInput.setFriends
(List<CharacterInput> friends) void
DroidInput.setFriends
(List<CharacterInput> friends) void
HumanInput.setFriends
(List<CharacterInput> friends) CharacterInput.Builder.withFriends
(List<CharacterInput> friends) DroidInput.Builder.withFriends
(List<CharacterInput> friends) HumanInput.Builder.withFriends
(List<CharacterInput> friends) 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. -
Uses of CharacterInput 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 with parameters of type CharacterInputModifier and TypeMethodDescriptionGraphQLRepositoryTestCase.withOneOptionalParam
(CharacterInput character) a Query -
Uses of CharacterInput 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 with parameters of type CharacterInputModifier and TypeMethodDescriptionGraphQLTwoRepositoriesMissingQueryExecutorTestCase.withOneOptionalParam
(CharacterInput character) a Query -
Uses of CharacterInput 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 with parameters of type CharacterInputModifier and TypeMethodDescriptionGraphQLTwoRepositoriesAllGraphQlCasesTestCase.withOneOptionalParam
(CharacterInput character) a Query