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