From 2dc69359f024ac0c20916edd0ba43439393fb7ed Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Thu, 5 Mar 2020 23:15:25 +0100 Subject: [trivial] minor updates to Jacksonized docs. --- website/templates/features/Builder.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'website/templates/features/Builder.html') diff --git a/website/templates/features/Builder.html b/website/templates/features/Builder.html index 23977837..f9897d03 100644 --- a/website/templates/features/Builder.html +++ b/website/templates/features/Builder.html @@ -74,6 +74,8 @@ Example usage where all options are changed from their defaults:
@Builder(builderClassName = "HelloWorldBuilder", buildMethodName = "execute", builderMethodName = "helloWorld", toBuilder = true, access = AccessLevel.PRIVATE, setterPrefix = "set")
+

+ Looking to use your builder with Jackson, the JSON/XML tool? We have you covered: Check out the @Jacksonized feature.

-- cgit