Uses of Annotation Interface
org.apache.juneau.http.annotation.FormData
Packages that use FormData
-
Uses of FormData in org.apache.juneau.http.annotation
Fields in org.apache.juneau.http.annotation declared as FormDataMethods in org.apache.juneau.http.annotation that return FormDataModifier and TypeMethodDescriptionFormDataAnnotation.Builder.build()
Instantiates a new@FormData
object initialized with this builder.Methods in org.apache.juneau.http.annotation with parameters of type FormDataModifier and TypeMethodDescriptionstatic boolean
Returnstrue if the specified annotation contains all default values.Method parameters in org.apache.juneau.http.annotation with type arguments of type FormDataModifier and TypeMethodDescriptionvoid
FormDataAnnotation.Applier.apply
(AnnotationInfo<FormData> ai, BeanContext.Builder b) -
Uses of FormData in org.apache.juneau.microservice.resources
Method parameters in org.apache.juneau.microservice.resources with annotations of type FormData