Uses of Class
graphql.schema.GraphqlDirectivesContainerTypeBuilder
-
Packages that use GraphqlDirectivesContainerTypeBuilder Package Description graphql.schema graphql.schema.idl -
-
Uses of GraphqlDirectivesContainerTypeBuilder in graphql.schema
Classes in graphql.schema with type parameters of type GraphqlDirectivesContainerTypeBuilder Modifier and Type Class Description classGraphqlDirectivesContainerTypeBuilder<B extends GraphqlDirectivesContainerTypeBuilder<B,BASE>,BASE extends GraphqlTypeBuilder<BASE>>Subclasses of GraphqlDirectivesContainerTypeBuilder in graphql.schema Modifier and Type Class Description static classGraphQLArgument.Builderstatic classGraphQLEnumType.Builderstatic classGraphQLEnumValueDefinition.Builderstatic classGraphQLFieldDefinition.Builderstatic classGraphQLInputObjectField.Builderstatic classGraphQLInputObjectType.Builderstatic classGraphQLInterfaceType.Builderstatic classGraphQLObjectType.Builderstatic classGraphQLScalarType.Builderstatic classGraphQLUnionType.Builder -
Uses of GraphqlDirectivesContainerTypeBuilder in graphql.schema.idl
Methods in graphql.schema.idl with parameters of type GraphqlDirectivesContainerTypeBuilder Modifier and Type Method Description (package private) static voidSchemaGeneratorAppliedDirectiveHelper. buildAppliedDirectives(SchemaGeneratorHelper.BuildContext buildCtx, GraphqlDirectivesContainerTypeBuilder<?,?> builder, Pair<java.util.List<GraphQLDirective>,java.util.List<GraphQLAppliedDirective>> appliedDirectives)
-