Skip to content

Commit 3622912

Browse files
authored
add enable-extensible-builders to Java configration (#366)
1 parent bf3adf5 commit 3622912

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

fern/products/sdks/overview/java/configuration.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ Example:
4444
<ParamField path="disable-required-property-builder-checks" type="boolean" default="false" required={false} toc={true}>
4545
</ParamField>
4646
47+
<ParamField path="enable-extensible-builders" type="boolean" default="false" required={false} toc={true}>
48+
49+
When enabled, generates extensible builder classes that support customization through inheritance. This allows you to [add custom code](/learn/v2/sdks/generators/java/custom-code#adding-custom-client-configuration) to extend the generated builders with additional functionality.
50+
</ParamField>
51+
4752
<ParamField path="enable-forward-compatible-enums" type="boolean" default="false" required={false} toc={true}>
4853
</ParamField>
4954

0 commit comments

Comments
 (0)