From fcf5aa933ff685a86240285a79a4f72709d54eac Mon Sep 17 00:00:00 2001 From: Weidong Xu Date: Wed, 14 Aug 2024 14:09:57 +0800 Subject: [PATCH] docs, DPG how-to, java on encode string --- docs/howtos/DataPlane Generation - DPG/06types.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/howtos/DataPlane Generation - DPG/06types.mdx b/docs/howtos/DataPlane Generation - DPG/06types.mdx index 0382d0caff..be12779f2a 100644 --- a/docs/howtos/DataPlane Generation - DPG/06types.mdx +++ b/docs/howtos/DataPlane Generation - DPG/06types.mdx @@ -2372,7 +2372,8 @@ TODO; ```java -TODO +// Internal implementation +jsonWriter.writeStringField("prop", Objects.toString(this.value, null)); ```