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.Builder
HeaderAnnotation.create()
Instantiates a new builder for this class.static HeaderAnnotation.Builder
Instantiates a new builder for this class.static HeaderAnnotation.Builder
Instantiates a new builder for this class.Sets theHeader.def()
property on this annotation.Sets theHeader.name()
property on this annotation.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.