Home
last modified time | relevance | path

Searched defs:useCollectionForList (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/model/
H A DTypeProvider.java192 private boolean useCollectionForList = false; field in TypeProvider.TypeNameOptions
203 public TypeNameOptions useCollectionForList(boolean useCollectionForList) { in useCollectionForList() method in TypeProvider.TypeNameOptions
H A DMemberCopierSpec.java333 private TypeName typeName(MemberModel model, boolean isInputType, boolean useCollectionForList, in typeName()