Uses of Class
org.apache.juneau.http.annotation.ResponseAnnotation.Builder
Packages that use ResponseAnnotation.Builder
- 
Uses of ResponseAnnotation.Builder in org.apache.juneau.http.annotationMethods 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.Sets theResponse.examples()property on this annotation.Sets theResponse.headers()property on this annotation.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.