public static final class TypeProvider.TypeNameOptions extends Object
| Constructor and Description |
|---|
TypeNameOptions() |
| Modifier and Type | Method and Description |
|---|---|
TypeProvider.TypeNameOptions |
shapeTransformation(TypeProvider.ShapeTransformation shapeTransformation) |
TypeProvider.TypeNameOptions |
useByteBufferTypes(boolean useByteBufferTypes) |
TypeProvider.TypeNameOptions |
useCollectionForList(boolean useCollectionForList) |
TypeProvider.TypeNameOptions |
useEnumTypes(boolean useEnumTypes) |
TypeProvider.TypeNameOptions |
useSubtypeWildcardsForBuilders(boolean useSubtypeWildcardsForBuilders) |
TypeProvider.TypeNameOptions |
useSubtypeWildcardsForCollections(boolean useSubtypeWildcardsForCollections) |
public TypeProvider.TypeNameOptions shapeTransformation(TypeProvider.ShapeTransformation shapeTransformation)
public TypeProvider.TypeNameOptions useCollectionForList(boolean useCollectionForList)
public TypeProvider.TypeNameOptions useSubtypeWildcardsForCollections(boolean useSubtypeWildcardsForCollections)
public TypeProvider.TypeNameOptions useSubtypeWildcardsForBuilders(boolean useSubtypeWildcardsForBuilders)
public TypeProvider.TypeNameOptions useEnumTypes(boolean useEnumTypes)
public TypeProvider.TypeNameOptions useByteBufferTypes(boolean useByteBufferTypes)
Copyright © 2023. All rights reserved.