Searched defs:useCollectionForList (Results 1 – 2 of 2) sorted by relevance
192 private boolean useCollectionForList = false; field in TypeProvider.TypeNameOptions203 public TypeNameOptions useCollectionForList(boolean useCollectionForList) { in useCollectionForList() argument
333 private TypeName typeName(MemberModel model, boolean isInputType, boolean useCollectionForList, in typeName()