Class ReservedJavaKeywordAllFieldCasesController

java.lang.Object
org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_monomap.util.ReservedJavaKeywordAllFieldCasesController

@Controller @SchemaMapping(typeName="ReservedJavaKeywordAllFieldCases") public class ReservedJavaKeywordAllFieldCasesController extends Object
Author:
generated by graphql-java-generator
See Also:
  • Field Details

    • dataFetchersDelegateReservedJavaKeywordAllFieldCases

      @Autowired protected DataFetchersDelegateReservedJavaKeywordAllFieldCases dataFetchersDelegateReservedJavaKeywordAllFieldCases
    • graphqlServerUtils

      @Autowired protected com.graphql_java_generator.server.util.GraphqlServerUtils graphqlServerUtils
  • Constructor Details

    • ReservedJavaKeywordAllFieldCasesController

      public ReservedJavaKeywordAllFieldCasesController()
  • Method Details

    • nonJavaKeywordField

      @BatchMapping(field="nonJavaKeywordField") public reactor.core.publisher.Mono<Map<ReservedJavaKeywordAllFieldCases,WithID>> nonJavaKeywordField(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAllFieldCases> keys)
      This methods loads the data for ${dataFetcher.graphQLType}.nonJavaKeywordField. It is generated as the generateBatchMappingDataFetchers plugin parameter is true.
      Parameters:
      batchLoaderEnvironment - The environement for this batch loaded. You can extract the GraphQLContext from this parameter.
      graphQLContext -
      keys - The objects for which the value for the nonJavaKeywordField field must be retrieved.
      Returns:
      This method returns ${dataFetcher.batchMappingReturnType.value}, as defined by the batchMappingDataFetcherReturnType plugin parameter.
      Please look at the spring-graphql annotation for a documentation on how to return the proper values
    • _implements

      @BatchMapping(field="implements") public reactor.core.publisher.Mono<Map<ReservedJavaKeywordAllFieldCases,WithID>> _implements(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAllFieldCases> keys)
      This methods loads the data for ${dataFetcher.graphQLType}.implements. It is generated as the generateBatchMappingDataFetchers plugin parameter is true.
      Parameters:
      batchLoaderEnvironment - The environement for this batch loaded. You can extract the GraphQLContext from this parameter.
      graphQLContext -
      keys - The objects for which the value for the implements field must be retrieved.
      Returns:
      This method returns ${dataFetcher.batchMappingReturnType.value}, as defined by the batchMappingDataFetcherReturnType plugin parameter.
      Please look at the spring-graphql annotation for a documentation on how to return the proper values
    • _int

      @BatchMapping(field="int") public reactor.core.publisher.Mono<Map<ReservedJavaKeywordAllFieldCases,Human>> _int(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAllFieldCases> keys)
      This methods loads the data for ${dataFetcher.graphQLType}.int. It is generated as the generateBatchMappingDataFetchers plugin parameter is true.
      Parameters:
      batchLoaderEnvironment - The environement for this batch loaded. You can extract the GraphQLContext from this parameter.
      graphQLContext -
      keys - The objects for which the value for the int field must be retrieved.
      Returns:
      This method returns ${dataFetcher.batchMappingReturnType.value}, as defined by the batchMappingDataFetcherReturnType plugin parameter.
      Please look at the spring-graphql annotation for a documentation on how to return the proper values
    • _interface

      @BatchMapping(field="interface") public reactor.core.publisher.Mono<Map<ReservedJavaKeywordAllFieldCases,AnyCharacter>> _interface(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAllFieldCases> keys)
      This methods loads the data for ${dataFetcher.graphQLType}.interface. It is generated as the generateBatchMappingDataFetchers plugin parameter is true.
      Parameters:
      batchLoaderEnvironment - The environement for this batch loaded. You can extract the GraphQLContext from this parameter.
      graphQLContext -
      keys - The objects for which the value for the interface field must be retrieved.
      Returns:
      This method returns ${dataFetcher.batchMappingReturnType.value}, as defined by the batchMappingDataFetcherReturnType plugin parameter.
      Please look at the spring-graphql annotation for a documentation on how to return the proper values