Uses of Class
org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.ReservedJavaKeywordAllFieldCases
Packages that use ReservedJavaKeywordAllFieldCases
Package
Description
-
Uses of ReservedJavaKeywordAllFieldCases in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses
Methods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses that return ReservedJavaKeywordAllFieldCasesModifier and TypeMethodDescriptionReservedJavaKeywordAllFieldCases.Builder.build()MyQueryType.getReservedJavaKeywordAllFieldCases()Methods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses with parameters of type ReservedJavaKeywordAllFieldCasesModifier and TypeMethodDescriptionvoidMyQueryType.setReservedJavaKeywordAllFieldCases(ReservedJavaKeywordAllFieldCases reservedJavaKeywordAllFieldCases) MyQueryType.Builder.withReservedJavaKeywordAllFieldCases(ReservedJavaKeywordAllFieldCases reservedJavaKeywordAllFieldCasesParam) -
Uses of ReservedJavaKeywordAllFieldCases in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.util
Methods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.util that return ReservedJavaKeywordAllFieldCasesModifier and TypeMethodDescriptionMyQueryTypeExecutorMySchema.reservedJavaKeywordAllFieldCases(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.reservedJavaKeywordAllFieldCases(String queryResponseDef, Object... paramsAndValues) This method executes a partial query on the reservedJavaKeywordAllFieldCases query against the GraphQL server.MyQueryTypeExecutorMySchema.reservedJavaKeywordAllFieldCasesWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.reservedJavaKeywordAllFieldCasesWithBindValues(String queryResponseDef, Map<String, Object> parameters) This method executes a partial query on the reservedJavaKeywordAllFieldCases query against the GraphQL server.Methods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.util that return types with arguments of type ReservedJavaKeywordAllFieldCasesModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Optional<ReservedJavaKeywordAllFieldCases>>MyQueryTypeReactiveExecutorMySchema.reservedJavaKeywordAllFieldCases(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<ReservedJavaKeywordAllFieldCases>>MyQueryTypeReactiveExecutorMySchema.reservedJavaKeywordAllFieldCases(String queryResponseDef, Object... paramsAndValues) This method executes a partial query against the GraphQL server.reactor.core.publisher.Mono<Optional<ReservedJavaKeywordAllFieldCases>>MyQueryTypeReactiveExecutorMySchema.reservedJavaKeywordAllFieldCasesWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<ReservedJavaKeywordAllFieldCases>>MyQueryTypeReactiveExecutorMySchema.reservedJavaKeywordAllFieldCasesWithBindValues(String queryResponseDef, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.