Uses of Class
org.apache.juneau.json.annotation.JsonAnnotation.Builder
Packages that use JsonAnnotation.Builder
-
Uses of JsonAnnotation.Builder in org.apache.juneau.json.annotation
Methods in org.apache.juneau.json.annotation that return JsonAnnotation.BuilderModifier and TypeMethodDescriptionstatic JsonAnnotation.BuilderJsonAnnotation.create()Instantiates a new builder for this class.static JsonAnnotation.BuilderInstantiates a new builder for this class.static JsonAnnotation.BuilderInstantiates a new builder for this class.JsonAnnotation.Builder.description(String... value) Sets the description property on this annotation.JsonAnnotation.Builder.on(MethodInfo... value) JsonAnnotation.Builder.wrapperAttr(String value) Sets theJson.wrapperAttr()property on this annotation.