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