Uses of Class
software.amazon.awssdk.codegen.poet.model.TypeProvider.TypeNameOptions
-
Packages that use TypeProvider.TypeNameOptions Package Description software.amazon.awssdk.codegen.poet.model -
-
Uses of TypeProvider.TypeNameOptions in software.amazon.awssdk.codegen.poet.model
Methods in software.amazon.awssdk.codegen.poet.model that return TypeProvider.TypeNameOptions Modifier and Type Method Description TypeProvider.TypeNameOptionsTypeProvider.TypeNameOptions. shapeTransformation(TypeProvider.ShapeTransformation shapeTransformation)TypeProvider.TypeNameOptionsTypeProvider.TypeNameOptions. useByteBufferTypes(boolean useByteBufferTypes)TypeProvider.TypeNameOptionsTypeProvider.TypeNameOptions. useCollectionForList(boolean useCollectionForList)TypeProvider.TypeNameOptionsTypeProvider.TypeNameOptions. useEnumTypes(boolean useEnumTypes)TypeProvider.TypeNameOptionsTypeProvider.TypeNameOptions. useSubtypeWildcardsForBuilders(boolean useSubtypeWildcardsForBuilders)TypeProvider.TypeNameOptionsTypeProvider.TypeNameOptions. useSubtypeWildcardsForCollections(boolean useSubtypeWildcardsForCollections)Methods in software.amazon.awssdk.codegen.poet.model with parameters of type TypeProvider.TypeNameOptions Modifier and Type Method Description com.squareup.javapoet.TypeNameTypeProvider. typeName(MemberModel model, TypeProvider.TypeNameOptions options)
-