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