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.BuilderFormDataAnnotation.create()Instantiates a new builder for this class.static FormDataAnnotation.BuilderInstantiates a new builder for this class.static FormDataAnnotation.BuilderInstantiates a new builder for this class.Sets theFormData.def()property on this annotation.FormDataAnnotation.Builder.description(String... value) Sets the description property on this annotation.Sets theFormData.name()property on this annotation.FormDataAnnotation.Builder.on(MethodInfo... value) 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.