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