Uses of Interface
org.junittest.allgraphqlcases_server_springconfiguration_util_allfalse.WithID
Packages that use WithID
Package
Description
-
Uses of WithID in org.junittest.allgraphqlcases_server_springconfiguration_util_allfalse
Classes in org.junittest.allgraphqlcases_server_springconfiguration_util_allfalse that implement WithIDModifier and TypeClassDescriptionclass
This type is a clone of the InterfaceAllFieldCases interface.class
A concrete class that just implements the above interfaceclass
class
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_allfalse that return WithIDModifier and TypeMethodDescriptionReservedJavaKeywordAllFieldCases.getImplements()
A field with a java reserved name which is an interfaceReservedJavaKeywordAllFieldCases.getNonJavaKeywordField()
A field with a _non_ java reserved name which is an interface (to check standard behavior)Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_allfalse with parameters of type WithIDModifier and TypeMethodDescriptionvoid
ReservedJavaKeywordAllFieldCases.setImplements
(WithID _implements) A field with a java reserved name which is an interfacevoid
ReservedJavaKeywordAllFieldCases.setNonJavaKeywordField
(WithID nonJavaKeywordField) A field with a _non_ java reserved name which is an interface (to check standard behavior)ReservedJavaKeywordAllFieldCases.Builder.withImplements
(WithID _implementsParam) A field with a java reserved name which is an interfaceReservedJavaKeywordAllFieldCases.Builder.withNonJavaKeywordField
(WithID nonJavaKeywordFieldParam) A field with a _non_ java reserved name which is an interface (to check standard behavior) -
Uses of WithID in org.junittest.allgraphqlcases_server_springconfiguration_util_allfalse.util
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_allfalse.util that return types with arguments of type WithIDModifier and TypeMethodDescriptionDataFetchersDelegateWithID.batchLoader
(List<UUID> keys) This method loads a list of ${dataFetcher.field.name}, based on the list of id to be fetched.DataFetchersDelegateWithID.unorderedReturnBatchLoader
(List<UUID> keys) This method loads a list of ${dataFetcher.field.name}, based on the list of id to be fetched.Method parameters in org.junittest.allgraphqlcases_server_springconfiguration_util_allfalse.util with type arguments of type WithIDModifier and TypeMethodDescriptionDataFetchersDelegateReservedJavaKeywordAllFieldCases._implements
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, WithID> dataLoader, ReservedJavaKeywordAllFieldCases origin) Description for the implements field:
A field with a java reserved name which is an interface
This method loads the data for ReservedJavaKeywordAllFieldCases.implements.ReservedJavaKeywordAllFieldCasesController._implements
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, WithID> dataLoader, ReservedJavaKeywordAllFieldCases origin) This method loads the data for ${dataFetcher.graphQLType}.implements.DataFetchersDelegateReservedJavaKeywordAllFieldCases.nonJavaKeywordField
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, WithID> dataLoader, ReservedJavaKeywordAllFieldCases origin) Description for the nonJavaKeywordField field:
A field with a _non_ java reserved name which is an interface (to check standard behavior)
This method loads the data for ReservedJavaKeywordAllFieldCases.nonJavaKeywordField.ReservedJavaKeywordAllFieldCasesController.nonJavaKeywordField
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, WithID> dataLoader, ReservedJavaKeywordAllFieldCases origin) This method loads the data for ${dataFetcher.graphQLType}.nonJavaKeywordField.