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