Class ReservedJavaKeywordAsObjectFieldController

java.lang.Object
org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_map.util.ReservedJavaKeywordAsObjectFieldController

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

    • dataFetchersDelegateReservedJavaKeywordAsObjectField

      @Autowired protected DataFetchersDelegateReservedJavaKeywordAsObjectField dataFetchersDelegateReservedJavaKeywordAsObjectField
    • graphqlServerUtils

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

    • ReservedJavaKeywordAsObjectFieldController

      public ReservedJavaKeywordAsObjectFieldController()
  • Method Details

    • _if

      @SchemaMapping(field="if") public Object _if(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID,Human> dataLoader, ReservedJavaKeywordAsObjectField origin, @Argument("new") String _new, @Argument("package") String _package, @Argument("private") String _private)
      This method loads the data for ${dataFetcher.graphQLType}.if. It returns an Object: the data fetcher implementation may return any type that is accepted by a spring-graphql controller
      Parameters:
      dataFetchingEnvironment - The GraphQL DataFetchingEnvironment. It gives you access to the full GraphQL context for this DataFetcher
      dataLoader - The DataLoader allows to load several data in one query. It allows to solve the (n+1) queries issues, and greatly optimizes the response time.
      You'll find more informations here: https://github.com/graphql-java/java-dataloader
      origin - The object from which the field is fetch. In other word: the aim of this data fetcher is to fetch the author attribute of the origin, which is an instance of {ObjectType {name:Post, fields:{Field{name:id, type:ID!, params:[]},Field{name:date, type:Date!, params:[]},Field{name:author, type:Member, params:[]},Field{name:publiclyAvailable, type:Boolean, params:[]},Field{name:title, type:String!, params:[]},Field{name:content, type:String!, params:[]},Field{name:authorId, type:ID, params:[]},Field{name:topicId, type:ID, params:[]}}, comments ""}. It depends on your data modle, but it typically contains the id to use in the query.
      _new - The parameter that will receive the field argument of the same name for the current data to fetch
      _package - The parameter that will receive the field argument of the same name for the current data to fetch
      _private - The parameter that will receive the field argument of the same name for the current data to fetch
      Returns:
      It may return any value that is valid for a spring-graphql controller, annotated by the @SchemaMapping annotation
      Throws:
      NoSuchElementException - This method may return a NoSuchElementException exception. In this case, the exception is trapped by the calling method, and the return is consider as null. This allows to use the Optional.get() method directly, without caring of whether or not there is a value. The generated code will take care of the NoSuchElementException exception.
    • _implements

      @BatchMapping(field="implements") public Map<ReservedJavaKeywordAsObjectField,Human> _implements(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> 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
    • _import

      @BatchMapping(field="import") public Map<ReservedJavaKeywordAsObjectField,Human> _import(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys)
      This methods loads the data for ${dataFetcher.graphQLType}.import. 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 import 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
    • _instanceof

      @BatchMapping(field="instanceof") public Map<ReservedJavaKeywordAsObjectField,Human> _instanceof(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys)
      This methods loads the data for ${dataFetcher.graphQLType}.instanceof. 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 instanceof 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 Map<ReservedJavaKeywordAsObjectField,Human> _int(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> 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 Map<ReservedJavaKeywordAsObjectField,Human> _interface(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> 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
    • _long

      @BatchMapping(field="long") public Map<ReservedJavaKeywordAsObjectField,Human> _long(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys)
      This methods loads the data for ${dataFetcher.graphQLType}.long. 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 long 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
    • _native

      @BatchMapping(field="native") public Map<ReservedJavaKeywordAsObjectField,Human> _native(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys)
      This methods loads the data for ${dataFetcher.graphQLType}.native. 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 native 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
    • _new

      @BatchMapping(field="new") public Map<ReservedJavaKeywordAsObjectField,Human> _new(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys)
      This methods loads the data for ${dataFetcher.graphQLType}.new. 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 new 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
    • _package

      @BatchMapping(field="package") public Map<ReservedJavaKeywordAsObjectField,Human> _package(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys)
      This methods loads the data for ${dataFetcher.graphQLType}.package. 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 package 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
    • _private

      @BatchMapping(field="private") public Map<ReservedJavaKeywordAsObjectField,Human> _private(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys)
      This methods loads the data for ${dataFetcher.graphQLType}.private. 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 private 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
    • _protected

      @BatchMapping(field="protected") public Map<ReservedJavaKeywordAsObjectField,Human> _protected(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys)
      This methods loads the data for ${dataFetcher.graphQLType}.protected. 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 protected 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
    • _public

      @BatchMapping(field="public") public Map<ReservedJavaKeywordAsObjectField,Human> _public(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys)
      This methods loads the data for ${dataFetcher.graphQLType}.public. 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 public 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
    • _return

      @BatchMapping(field="return") public Map<ReservedJavaKeywordAsObjectField,Human> _return(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys)
      This methods loads the data for ${dataFetcher.graphQLType}.return. 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 return 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
    • _short

      @BatchMapping(field="short") public Map<ReservedJavaKeywordAsObjectField,Human> _short(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys)
      This methods loads the data for ${dataFetcher.graphQLType}.short. 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 short 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
    • _static

      @BatchMapping(field="static") public Map<ReservedJavaKeywordAsObjectField,Human> _static(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys)
      This methods loads the data for ${dataFetcher.graphQLType}.static. 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 static 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
    • _strictfp

      @BatchMapping(field="strictfp") public Map<ReservedJavaKeywordAsObjectField,Human> _strictfp(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys)
      This methods loads the data for ${dataFetcher.graphQLType}.strictfp. 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 strictfp 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
    • _super

      @BatchMapping(field="super") public Map<ReservedJavaKeywordAsObjectField,Human> _super(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys)
      This methods loads the data for ${dataFetcher.graphQLType}.super. 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 super 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
    • _switch

      @BatchMapping(field="switch") public Map<ReservedJavaKeywordAsObjectField,Human> _switch(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys)
      This methods loads the data for ${dataFetcher.graphQLType}.switch. 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 switch 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
    • _synchronized

      @BatchMapping(field="synchronized") public Map<ReservedJavaKeywordAsObjectField,Human> _synchronized(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys)
      This methods loads the data for ${dataFetcher.graphQLType}.synchronized. 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 synchronized 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
    • _this

      @BatchMapping(field="this") public Map<ReservedJavaKeywordAsObjectField,Human> _this(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys)
      This methods loads the data for ${dataFetcher.graphQLType}.this. 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 this 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
    • _throw

      @BatchMapping(field="throw") public Map<ReservedJavaKeywordAsObjectField,Human> _throw(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys)
      This methods loads the data for ${dataFetcher.graphQLType}.throw. 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 throw 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
    • _throws

      @BatchMapping(field="throws") public Map<ReservedJavaKeywordAsObjectField,Human> _throws(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys)
      This methods loads the data for ${dataFetcher.graphQLType}.throws. 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 throws 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
    • _transient

      @BatchMapping(field="transient") public Map<ReservedJavaKeywordAsObjectField,Human> _transient(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys)
      This methods loads the data for ${dataFetcher.graphQLType}.transient. 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 transient 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
    • _try

      @BatchMapping(field="try") public Map<ReservedJavaKeywordAsObjectField,Human> _try(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys)
      This methods loads the data for ${dataFetcher.graphQLType}.try. 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 try 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
    • _void

      @BatchMapping(field="void") public Map<ReservedJavaKeywordAsObjectField,Human> _void(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys)
      This methods loads the data for ${dataFetcher.graphQLType}.void. 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 void 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
    • _volatile

      @BatchMapping(field="volatile") public Map<ReservedJavaKeywordAsObjectField,Human> _volatile(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys)
      This methods loads the data for ${dataFetcher.graphQLType}.volatile. 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 volatile 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
    • _while

      @BatchMapping(field="while") public Map<ReservedJavaKeywordAsObjectField,Human> _while(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<ReservedJavaKeywordAsObjectField> keys)
      This methods loads the data for ${dataFetcher.graphQLType}.while. 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 while 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