Uses of Class
org.apache.juneau.http.annotation.FormDataAnnotation.Builder
Packages that use FormDataAnnotation.Builder
-
Uses of FormDataAnnotation.Builder in org.apache.juneau.http.annotation
Methods in org.apache.juneau.http.annotation that return FormDataAnnotation.BuilderModifier and TypeMethodDescriptionstatic FormDataAnnotation.Builder
FormDataAnnotation.create()
Instantiates a new builder for this class.static FormDataAnnotation.Builder
Instantiates a new builder for this class.static FormDataAnnotation.Builder
Instantiates a new builder for this class.Sets theFormData.def()
property on this annotation.Sets theFormData.name()
property on this annotation.FormDataAnnotation.Builder.parser
(Class<? extends HttpPartParser> value) Sets theFormData.parser()
property on this annotation.Sets theFormData.schema()
property on this annotation.FormDataAnnotation.Builder.serializer
(Class<? extends HttpPartSerializer> value) Sets theFormData.serializer()
property on this annotation.Sets theFormData.value()
property on this annotation.