From 2571e2305d0e6fc286c0b656b90ccc30f105a790 Mon Sep 17 00:00:00 2001 From: Deep Singhvi Date: Wed, 23 Jul 2025 17:02:09 -0400 Subject: [PATCH] chore: toc enabled for java sdk config --- .../sdks/overview/java/configuration.mdx | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/fern/products/sdks/overview/java/configuration.mdx b/fern/products/sdks/overview/java/configuration.mdx index 9f3fa7261..332d165f7 100644 --- a/fern/products/sdks/overview/java/configuration.mdx +++ b/fern/products/sdks/overview/java/configuration.mdx @@ -17,18 +17,18 @@ groups: ## SDK Configuration Options - + The provided string will be used as the client class name. - + - + - + Example: @@ -41,44 +41,44 @@ Example: - + - + - + When enabled, generates wrapper types for each alias to increase type-safety. For example, if you have an alias `ResourceId: string` then if this is true, the generator will generate a `ResourceId.java` file. If false, it will just treat it as `java.util.String`. - + - + - + - + When enabled, generates public constructors for model types. - + - + - + - + - +