Uses of Interface
com.graphql_java_generator.domain.client.allGraphQLCases.AnyCharacter
Packages that use AnyCharacter
-
Uses of AnyCharacter in com.graphql_java_generator.domain.client.allGraphQLCases
Classes in com.graphql_java_generator.domain.client.allGraphQLCases that implement AnyCharacterMethods in com.graphql_java_generator.domain.client.allGraphQLCases that return types with arguments of type AnyCharacterModifier and TypeMethodDescriptionMyQueryType.getUnionTest()
############################################################################### Test for unionsMyQueryType.unionTest
(ObjectResponse objectResponse, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Object... paramsAndValues) Deprecated.MyQueryType.unionTest
(String queryResponseDef, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorMySchema.unionTest
(ObjectResponse objectResponse, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Object... paramsAndValues) ${field.content} ${field.content}
This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.unionTest
(String queryResponseDef, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Object... paramsAndValues) ${field.content} ${field.content}
This method executes a partial query against the GraphQL server.MyQueryType.unionTestWithBindValues
(ObjectResponse objectResponse, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Map<String, Object> parameters) Deprecated.MyQueryType.unionTestWithBindValues
(String queryResponseDef, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorMySchema.unionTestWithBindValues
(ObjectResponse objectResponse, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Map<String, Object> parameters) ${field.content} ${field.content}
This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.unionTestWithBindValues
(String queryResponseDef, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Map<String, Object> parameters) ${field.content} ${field.content}
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 AnyCharacterModifier and TypeMethodDescriptionvoid
MyQueryType.setUnionTest
(List<AnyCharacter> unionTest) ############################################################################### Test for unionsMyQueryType.Builder.withUnionTest
(List<AnyCharacter> unionTest)