Uses of Class
graphql.language.NonNullType.Builder
-
Packages that use NonNullType.Builder Package Description graphql.language -
-
Uses of NonNullType.Builder in graphql.language
Methods in graphql.language that return NonNullType.Builder Modifier and Type Method Description NonNullType.Builder
NonNullType.Builder. additionalData(java.lang.String key, java.lang.String value)
NonNullType.Builder
NonNullType.Builder. additionalData(java.util.Map<java.lang.String,java.lang.String> additionalData)
NonNullType.Builder
NonNullType.Builder. comments(java.util.List<Comment> comments)
NonNullType.Builder
NonNullType.Builder. ignoredChars(IgnoredChars ignoredChars)
static NonNullType.Builder
NonNullType. newNonNullType()
static NonNullType.Builder
NonNullType. newNonNullType(Type type)
NonNullType.Builder
NonNullType.Builder. sourceLocation(SourceLocation sourceLocation)
NonNullType.Builder
NonNullType.Builder. type(ListType type)
NonNullType.Builder
NonNullType.Builder. type(Type type)
NonNullType.Builder
NonNullType.Builder. type(TypeName type)
Method parameters in graphql.language with type arguments of type NonNullType.Builder Modifier and Type Method Description NonNullType
NonNullType. transform(java.util.function.Consumer<NonNullType.Builder> builderConsumer)
-