Uses of Interface
org.allGraphQLCases.client2.AnyCharacter
Packages that use AnyCharacter
-
Uses of AnyCharacter in org.allGraphQLCases.client2
Classes in org.allGraphQLCases.client2 that implement AnyCharacterMethods in org.allGraphQLCases.client2 that return AnyCharacterModifier and TypeMethodDescriptionReservedJavaKeywordAllFieldCases.getInterface()A field with a java reserved name which is a unionMethods in org.allGraphQLCases.client2 that return types with arguments of type AnyCharacterModifier and TypeMethodDescriptionMyQueryType.getUnionTest()################################################################################ # Test for unionsMyQueryTypeExecutorAllGraphQLCases2.unionTest(com.graphql_java_generator.client.request.ObjectResponse objectResponse, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Object... paramsAndValues)
################################################################################
# Test for unions
This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.unionTest(String queryResponseDef, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Object... paramsAndValues)
################################################################################
# Test for unions
This method executes a partial query on the unionTest query against the GraphQL server.reactor.core.publisher.Mono<Optional<List<AnyCharacter>>>MyQueryTypeReactiveExecutorAllGraphQLCases2.unionTest(com.graphql_java_generator.client.request.ObjectResponse objectResponse, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Object... paramsAndValues)
################################################################################
# Test for unions
This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<AnyCharacter>>>MyQueryTypeReactiveExecutorAllGraphQLCases2.unionTest(String queryResponseDef, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Object... paramsAndValues)
################################################################################
# Test for unions
This method executes a partial query against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.unionTestWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Map<String, Object> parameters)
################################################################################
# Test for unions
This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.unionTestWithBindValues(String queryResponseDef, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Map<String, Object> parameters)
################################################################################
# Test for unions
This method executes a partial query on the unionTest query against the GraphQL server.reactor.core.publisher.Mono<Optional<List<AnyCharacter>>>MyQueryTypeReactiveExecutorAllGraphQLCases2.unionTestWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Map<String, Object> parameters)
################################################################################
# Test for unions
This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<AnyCharacter>>>MyQueryTypeReactiveExecutorAllGraphQLCases2.unionTestWithBindValues(String queryResponseDef, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Map<String, Object> parameters) ################################################################################ # Test for unions This method executes a partial query against the GraphQL server.Methods in org.allGraphQLCases.client2 with parameters of type AnyCharacterModifier and TypeMethodDescriptionvoidReservedJavaKeywordAllFieldCases.setInterface(AnyCharacter _interface) A field with a java reserved name which is a unionReservedJavaKeywordAllFieldCases.Builder.withInterface(AnyCharacter _interfaceParam) A field with a java reserved name which is a unionMethod parameters in org.allGraphQLCases.client2 with type arguments of type AnyCharacterModifier and TypeMethodDescriptionvoidMyQueryType.setUnionTest(List<AnyCharacter> unionTest) ################################################################################ # Test for unionsMyQueryType.Builder.withUnionTest(List<AnyCharacter> unionTestParam) ################################################################################ # Test for unions