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