Uses of Class
org.junittest.customtemplates_client_springconfiguration.CharacterInput
Packages that use CharacterInput
-
Uses of CharacterInput in org.junittest.customtemplates_client_springconfiguration
Methods in org.junittest.customtemplates_client_springconfiguration that return CharacterInputMethods in org.junittest.customtemplates_client_springconfiguration that return types with arguments of type CharacterInputModifier and TypeMethodDescriptionCharacterInput.getFriends()
DroidInput.getFriends()
HumanInput.getFriends()
Methods in org.junittest.customtemplates_client_springconfiguration with parameters of type CharacterInputModifier and TypeMethodDescriptionvoid
HumanInput.setBestFriend
(CharacterInput bestFriend) HumanInput.Builder.withBestFriend
(CharacterInput bestFriendParam) 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.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.customtemplates_client_springconfiguration 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> friendsParam) DroidInput.Builder.withFriends
(List<CharacterInput> friendsParam) HumanInput.Builder.withFriends
(List<CharacterInput> friendsParam) 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 CharacterInput