@NotThreadSafe public static final class EnhancedTypeDocumentConfiguration.Builder extends Object implements CopyableBuilder<EnhancedTypeDocumentConfiguration.Builder,EnhancedTypeDocumentConfiguration>
| Modifier and Type | Method and Description |
|---|---|
EnhancedTypeDocumentConfiguration |
build() |
EnhancedTypeDocumentConfiguration.Builder |
ignoreNulls(Boolean ignoreNulls)
Specifies whether to ignore attributes with null values in the associated
EnhancedType. |
EnhancedTypeDocumentConfiguration.Builder |
preserveEmptyObject(Boolean preserveEmptyObject)
Specifies whether to initialize the associated
EnhancedType as empty class when
mapping it to a Java object. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcopyapplyMutationpublic EnhancedTypeDocumentConfiguration.Builder preserveEmptyObject(Boolean preserveEmptyObject)
EnhancedType as empty class when
mapping it to a Java object. By default, the value is falsepublic EnhancedTypeDocumentConfiguration.Builder ignoreNulls(Boolean ignoreNulls)
EnhancedType.
By default, the value is falsepublic EnhancedTypeDocumentConfiguration build()
build in interface Buildablebuild in interface SdkBuilder<EnhancedTypeDocumentConfiguration.Builder,EnhancedTypeDocumentConfiguration>Copyright © 2023. All rights reserved.