Uses of Class
org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.CharacterInput
Packages that use CharacterInput
Package
Description
-
Uses of CharacterInput in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses
Methods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses that return CharacterInputMethods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses that return types with arguments of type CharacterInputModifier and TypeMethodDescriptionCharacterInput.getFriends()DroidInput.getFriends()HumanInput.getFriends()Methods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses with parameters of type CharacterInputModifier and TypeMethodDescriptionvoidHumanInput.setBestFriend(CharacterInput bestFriend) HumanInput.Builder.withBestFriend(CharacterInput bestFriendParam) Method parameters in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses with type arguments of type CharacterInputModifier and TypeMethodDescriptionvoidCharacterInput.setFriends(List<CharacterInput> friends) voidDroidInput.setFriends(List<CharacterInput> friends) voidHumanInput.setFriends(List<CharacterInput> friends) CharacterInput.Builder.withFriends(List<CharacterInput> friendsParam) DroidInput.Builder.withFriends(List<CharacterInput> friendsParam) HumanInput.Builder.withFriends(List<CharacterInput> friendsParam) -
Uses of CharacterInput in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.util
Methods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.util with parameters of type CharacterInputModifier and TypeMethodDescriptionMyQueryTypeExecutorMySchema.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.MyQueryTypeReactiveExecutorMySchema.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.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.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.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.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.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.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.Method parameters in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.util with type arguments of type CharacterInputModifier and TypeMethodDescriptionMyQueryTypeExecutorMySchema.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 CharacterInput