Uses of Interface
org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.Character
Packages that use Character
Package
Description
-
Uses of Character in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses
Classes in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses that implement CharacterMethods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses that return CharacterModifier and TypeMethodDescriptionHuman.getBestFriend()
MyQueryType.getDirectiveOnField()
# Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQueryMyQueryType.getError()
################################################################################ # error always returns an error!MyQueryType.getWithEnum()
MyQueryType.getWithOneMandatoryParam()
MyQueryType.getWithOneOptionalParam()
Methods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses that return types with arguments of type CharacterModifier and TypeMethodDescriptionMyQueryType.getConnectionWithoutParameters()
BatchMappingType.getFriends()
Character.getFriends()
Droid.getFriends()
Human.getFriends()
Droid.getFriendsCharacter()
Human.getFriendsCharacter()
MyQueryType.getWithList()
################################################################################ # withList return a list of Characters, matching the given list of CharacterInputMyQueryType.getWithoutParameters()
This is a description to describe the field withoutParameters on two linesMethods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses 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 @directiveOnQueryvoid
################################################################################ # error always returns an error!void
MyQueryType.setWithEnum
(Character withEnum) void
MyQueryType.setWithOneMandatoryParam
(Character withOneMandatoryParam) void
MyQueryType.setWithOneOptionalParam
(Character withOneOptionalParam) Human.Builder.withBestFriend
(Character bestFriendParam) MyQueryType.Builder.withDirectiveOnField
(Character directiveOnFieldParam) # Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery################################################################################ # error always returns an error!MyQueryType.Builder.withWithEnum
(Character withEnumParam) MyQueryType.Builder.withWithOneMandatoryParam
(Character withOneMandatoryParamParam) MyQueryType.Builder.withWithOneOptionalParam
(Character withOneOptionalParamParam) Method parameters in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses with type arguments of type CharacterModifier and TypeMethodDescriptionvoid
MyQueryType.setConnectionWithoutParameters
(List<Character> connectionWithoutParameters) void
BatchMappingType.setFriends
(List<Character> friends) void
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 CharacterInputvoid
MyQueryType.setWithoutParameters
(List<Character> withoutParameters) This is a description to describe the field withoutParameters on two linesMyQueryType.Builder.withConnectionWithoutParameters
(List<Character> connectionWithoutParametersParam) BatchMappingType.Builder.withFriends
(List<Character> friendsParam) Droid.Builder.withFriends
(List<Character> friendsParam) Human.Builder.withFriends
(List<Character> friendsParam) MyQueryType.Builder.withWithList
(List<Character> withListParam) ################################################################################ # withList return a list of Characters, matching the given list of CharacterInputMyQueryType.Builder.withWithoutParameters
(List<Character> withoutParametersParam) This is a description to describe the field withoutParameters on two lines -
Uses of Character in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.util
Methods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.util that return CharacterModifier and TypeMethodDescriptionMyQueryTypeExecutorMySchema.directiveOnField
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues)
# Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery.MyQueryTypeExecutorMySchema.directiveOnField
(String queryResponseDef, Object... paramsAndValues)
# Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery.MyQueryTypeExecutorMySchema.directiveOnFieldWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters)
# Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery.MyQueryTypeExecutorMySchema.directiveOnFieldWithBindValues
(String queryResponseDef, Map<String, Object> parameters)
# Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery.MyQueryTypeExecutorMySchema.error
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String errorLabel, Object... paramsAndValues)
################################################################################
# error always returns an error!MyQueryTypeExecutorMySchema.error
(String queryResponseDef, String errorLabel, Object... paramsAndValues)
################################################################################
# error always returns an error!MyQueryTypeExecutorMySchema.errorWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String errorLabel, Map<String, Object> parameters)
################################################################################
# error always returns an error!MyQueryTypeExecutorMySchema.errorWithBindValues
(String queryResponseDef, String errorLabel, Map<String, Object> parameters)
################################################################################
# error always returns an error!MyQueryTypeExecutorMySchema.withEnum
(com.graphql_java_generator.client.request.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 on the withEnum query against the GraphQL server.MyQueryTypeExecutorMySchema.withEnumWithBindValues
(com.graphql_java_generator.client.request.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 on the withEnum query against the GraphQL server.MyQueryTypeExecutorMySchema.withOneMandatoryParam
(com.graphql_java_generator.client.request.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 on the withOneMandatoryParam query against the GraphQL server.MyQueryTypeExecutorMySchema.withOneMandatoryParamWithBindValues
(com.graphql_java_generator.client.request.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 on the withOneMandatoryParam query against the GraphQL server.MyQueryTypeExecutorMySchema.withOneOptionalParam
(com.graphql_java_generator.client.request.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 on the withOneOptionalParam query against the GraphQL server.MyQueryTypeExecutorMySchema.withOneOptionalParamWithBindValues
(com.graphql_java_generator.client.request.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 on the withOneOptionalParam query against the GraphQL server.Methods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.util that return types with arguments of type CharacterModifier and TypeMethodDescriptionMyQueryTypeExecutorMySchema.connectionWithoutParameters
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.connectionWithoutParameters
(String queryResponseDef, Object... paramsAndValues) This method executes a partial query on the connectionWithoutParameters query against the GraphQL server.MyQueryTypeReactiveExecutorMySchema.connectionWithoutParameters
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorMySchema.connectionWithoutParameters
(String queryResponseDef, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MyQueryTypeExecutorMySchema.connectionWithoutParametersWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.connectionWithoutParametersWithBindValues
(String queryResponseDef, Map<String, Object> parameters) This method executes a partial query on the connectionWithoutParameters query against the GraphQL server.MyQueryTypeReactiveExecutorMySchema.connectionWithoutParametersWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorMySchema.connectionWithoutParametersWithBindValues
(String queryResponseDef, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.MyQueryTypeReactiveExecutorMySchema.directiveOnField
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues)
# Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery.MyQueryTypeReactiveExecutorMySchema.directiveOnField
(String queryResponseDef, Object... paramsAndValues)
# Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery.MyQueryTypeReactiveExecutorMySchema.directiveOnFieldWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters)
# Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery.MyQueryTypeReactiveExecutorMySchema.directiveOnFieldWithBindValues
(String queryResponseDef, Map<String, Object> parameters) # Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQueryMyQueryTypeReactiveExecutorMySchema.error
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String errorLabel, Object... paramsAndValues)
################################################################################
# error always returns an error!MyQueryTypeReactiveExecutorMySchema.error
(String queryResponseDef, String errorLabel, Object... paramsAndValues)
################################################################################
# error always returns an error!MyQueryTypeReactiveExecutorMySchema.errorWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String errorLabel, Map<String, Object> parameters)
################################################################################
# error always returns an error!MyQueryTypeReactiveExecutorMySchema.errorWithBindValues
(String queryResponseDef, String errorLabel, Map<String, Object> parameters) ################################################################################ # error always returns an error!MyQueryTypeReactiveExecutorMySchema.withEnum
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorMySchema.withEnum
(String queryResponseDef, Episode episode, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MyQueryTypeReactiveExecutorMySchema.withEnumWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorMySchema.withEnumWithBindValues
(String queryResponseDef, Episode episode, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.MyQueryTypeExecutorMySchema.withList
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String firstName, List<CharacterInput> characters, Object... paramsAndValues)
################################################################################
# withList return a list of Characters, matching the given list of CharacterInput.
# The name of the first Character returned is replaced by the given firstName.
# All ids are generated
This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.withList
(String queryResponseDef, String firstName, List<CharacterInput> characters, Object... paramsAndValues)
################################################################################
# withList return a list of Characters, matching the given list of CharacterInput.
# The name of the first Character returned is replaced by the given firstName.
# All ids are generated
This method executes a partial query on the withList query against the GraphQL server.MyQueryTypeReactiveExecutorMySchema.withList
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String firstName, List<CharacterInput> characters, Object... paramsAndValues)
################################################################################
# withList return a list of Characters, matching the given list of CharacterInput.
# The name of the first Character returned is replaced by the given firstName.
# All ids are generated
This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorMySchema.withList
(String queryResponseDef, String firstName, List<CharacterInput> characters, Object... paramsAndValues)
################################################################################
# withList return a list of Characters, matching the given list of CharacterInput.
# The name of the first Character returned is replaced by the given firstName.
# All ids are generated
This method executes a partial query against the GraphQL server.MyQueryTypeExecutorMySchema.withListWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String firstName, List<CharacterInput> characters, Map<String, Object> parameters)
################################################################################
# withList return a list of Characters, matching the given list of CharacterInput.
# The name of the first Character returned is replaced by the given firstName.
# All ids are generated
This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.withListWithBindValues
(String queryResponseDef, String firstName, List<CharacterInput> characters, Map<String, Object> parameters)
################################################################################
# withList return a list of Characters, matching the given list of CharacterInput.
# The name of the first Character returned is replaced by the given firstName.
# All ids are generated
This method executes a partial query on the withList query against the GraphQL server.MyQueryTypeReactiveExecutorMySchema.withListWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String firstName, List<CharacterInput> characters, Map<String, Object> parameters)
################################################################################
# withList return a list of Characters, matching the given list of CharacterInput.
# The name of the first Character returned is replaced by the given firstName.
# All ids are generated
This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorMySchema.withListWithBindValues
(String queryResponseDef, String firstName, List<CharacterInput> characters, Map<String, Object> parameters) ################################################################################ # withList return a list of Characters, matching the given list of CharacterInputMyQueryTypeReactiveExecutorMySchema.withOneMandatoryParam
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CharacterInput character, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorMySchema.withOneMandatoryParam
(String queryResponseDef, CharacterInput character, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MyQueryTypeReactiveExecutorMySchema.withOneMandatoryParamWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CharacterInput character, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorMySchema.withOneMandatoryParamWithBindValues
(String queryResponseDef, CharacterInput character, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.MyQueryTypeReactiveExecutorMySchema.withOneOptionalParam
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CharacterInput character, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorMySchema.withOneOptionalParam
(String queryResponseDef, CharacterInput character, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MyQueryTypeReactiveExecutorMySchema.withOneOptionalParamWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CharacterInput character, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorMySchema.withOneOptionalParamWithBindValues
(String queryResponseDef, CharacterInput character, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.MyQueryTypeExecutorMySchema.withoutParameters
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues)
This is a description to describe the field withoutParameters
on two lines
This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.withoutParameters
(String queryResponseDef, Object... paramsAndValues)
This is a description to describe the field withoutParameters
on two lines
This method executes a partial query on the withoutParameters query against the GraphQL server.MyQueryTypeReactiveExecutorMySchema.withoutParameters
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues)
This is a description to describe the field withoutParameters
on two lines
This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorMySchema.withoutParameters
(String queryResponseDef, Object... paramsAndValues)
This is a description to describe the field withoutParameters
on two lines
This method executes a partial query against the GraphQL server.MyQueryTypeExecutorMySchema.withoutParametersWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters)
This is a description to describe the field withoutParameters
on two lines
This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.withoutParametersWithBindValues
(String queryResponseDef, Map<String, Object> parameters)
This is a description to describe the field withoutParameters
on two lines
This method executes a partial query on the withoutParameters query against the GraphQL server.MyQueryTypeReactiveExecutorMySchema.withoutParametersWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters)
This is a description to describe the field withoutParameters
on two lines
This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorMySchema.withoutParametersWithBindValues
(String queryResponseDef, Map<String, Object> parameters) This is a description to describe the field withoutParameters on two lines This method executes a partial query against the GraphQL server.