Uses of Class
org.allGraphQLCases.client.CTP_break_CTS
Packages that use CTP_break_CTS
Package
Description
-
Uses of CTP_break_CTS in org.allGraphQLCases.client
Methods in org.allGraphQLCases.client that return CTP_break_CTSModifier and TypeMethodDescriptionCTP_break_CTS.Builder.build()CTP_MyQueryType_CTS.getABreak()Check for GraphQL identifier that are java keywordsMethods in org.allGraphQLCases.client with parameters of type CTP_break_CTSModifier and TypeMethodDescriptionvoidCTP_MyQueryType_CTS.setABreak(CTP_break_CTS aBreak) Check for GraphQL identifier that are java keywordsCTP_MyQueryType_CTS.Builder.withABreak(CTP_break_CTS aBreakParam) Check for GraphQL identifier that are java keywords -
Uses of CTP_break_CTS in org.allGraphQLCases.client.util
Methods in org.allGraphQLCases.client.util that return CTP_break_CTSModifier and TypeMethodDescriptionCTP_MyQueryType_CTS.aBreak(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) Deprecated.Deprecated.MyQueryTypeExecutorAllGraphQLCases.aBreak(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) Check for GraphQL identifier that are java keywords
This method is expected by the graphql-java framework.Check for GraphQL identifier that are java keywords
This method executes a partial query on the aBreak query against the GraphQL server.CTP_MyQueryType_CTS.aBreakWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) Deprecated.CTP_MyQueryType_CTS.aBreakWithBindValues(String queryResponseDef, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorAllGraphQLCases.aBreakWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) Check for GraphQL identifier that are java keywords
This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases.aBreakWithBindValues(String queryResponseDef, Map<String, Object> parameters) Check for GraphQL identifier that are java keywords
This method executes a partial query on the aBreak query against the GraphQL server.Methods in org.allGraphQLCases.client.util that return types with arguments of type CTP_break_CTSModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Optional<CTP_break_CTS>>MyQueryTypeReactiveExecutorAllGraphQLCases.aBreak(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) Check for GraphQL identifier that are java keywords
This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CTP_break_CTS>>MyQueryTypeReactiveExecutorAllGraphQLCases.aBreak(String queryResponseDef, Object... paramsAndValues) Check for GraphQL identifier that are java keywords
This method executes a partial query against the GraphQL server.reactor.core.publisher.Mono<Optional<CTP_break_CTS>>MyQueryTypeReactiveExecutorAllGraphQLCases.aBreakWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) Check for GraphQL identifier that are java keywords
This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CTP_break_CTS>>MyQueryTypeReactiveExecutorAllGraphQLCases.aBreakWithBindValues(String queryResponseDef, Map<String, Object> parameters) Check for GraphQL identifier that are java keywords This method executes a partial query against the GraphQL server. -
Uses of CTP_break_CTS in org.allGraphQLCases.demo
Methods in org.allGraphQLCases.demo that return CTP_break_CTS -
Uses of CTP_break_CTS in org.allGraphQLCases.demo.impl
Methods in org.allGraphQLCases.demo.impl that return CTP_break_CTSModifier and TypeMethodDescriptionPartialDirectQueries.aBreak(CEP_extends_CES test, String $if) PartialPreparedQueries.aBreak(CEP_extends_CES test, String $if) PartialPreparedQueriesDeprecatedWay.aBreak(CEP_extends_CES test, String $if) PartialRequestGraphQLRepository.aBreak(CEP_extends_CES test, String _if) Methods in org.allGraphQLCases.demo.impl that return types with arguments of type CTP_break_CTSModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Optional<CTP_break_CTS>>PartialRequestGraphQLReactiveRepository.aBreak(CEP_extends_CES test, String _if)