Skip to content

Commit

Permalink
docs, DPG how-to, java on encode string (#1369)
Browse files Browse the repository at this point in the history
link Azure/autorest.java#2863

feature would be in next release (0.19.2)
```
  @encode(string)
  prop: int64;
```
  • Loading branch information
weidongxu-microsoft authored Aug 16, 2024
1 parent 38d3baf commit 4968bad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/howtos/DataPlane Generation - DPG/06types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2372,7 +2372,8 @@ TODO;
<TabItem value="java" label="Java" >

```java
TODO
// Internal implementation
jsonWriter.writeStringField("prop", Objects.toString(this.value, null));
```

</TabItem>
Expand Down

0 comments on commit 4968bad

Please sign in to comment.