Uses of Class
org.apache.juneau.rest.annotation.RestPostAnnotation.Builder
Packages that use RestPostAnnotation.Builder
- 
Uses of RestPostAnnotation.Builder in org.apache.juneau.rest.annotationMethods in org.apache.juneau.rest.annotation that return RestPostAnnotation.BuilderModifier and TypeMethodDescriptionRestPostAnnotation.Builder.clientVersion(String value) Sets theRestPost.clientVersion()property on this annotation.Sets theRestPost.consumes()property on this annotation.RestPostAnnotation.Builder.converters(Class<? extends RestConverter>... value) Sets theRestPost.converters()property on this annotation.static RestPostAnnotation.BuilderRestPostAnnotation.create()Instantiates a new builder for this class.Sets theRestPost.debug()property on this annotation.RestPostAnnotation.Builder.defaultAccept(String value) Sets theRestPost.defaultAccept()property on this annotation.RestPostAnnotation.Builder.defaultCharset(String value) Sets theRestPost.defaultCharset()property on this annotation.RestPostAnnotation.Builder.defaultContentType(String value) Sets theRestPost.defaultContentType()property on this annotation.RestPostAnnotation.Builder.defaultRequestAttributes(String... value) Sets theRestPost.defaultRequestAttributes()property on this annotation.RestPostAnnotation.Builder.defaultRequestFormData(String... value) Sets theRestPost.defaultRequestFormData()property on this annotation.RestPostAnnotation.Builder.defaultRequestHeaders(String... value) Sets theRestPost.defaultRequestHeaders()property on this annotation.RestPostAnnotation.Builder.defaultRequestQueryData(String... value) Sets theRestPost.defaultRequestQueryData()property on this annotation.RestPostAnnotation.Builder.defaultResponseHeaders(String... value) Sets theRestPost.defaultResponseHeaders()property on this annotation.Sets theRestPost.encoders()property on this annotation.Sets theRestPost.guards()property on this annotation.RestPostAnnotation.Builder.matchers(Class<? extends RestMatcher>... value) Sets theRestPost.matchers()property on this annotation.Sets theRestPost.maxInput()property on this annotation.Sets theRestPost.parsers()property on this annotation.Sets theRestPost.path()property on this annotation.Sets theRestPost.produces()property on this annotation.Sets theRestPost.roleGuard()property on this annotation.RestPostAnnotation.Builder.rolesDeclared(String value) Sets theRestPost.rolesDeclared()property on this annotation.RestPostAnnotation.Builder.serializers(Class<? extends Serializer>... value) Sets theRestPost.serializers()property on this annotation.Sets theRestPost.summary()property on this annotation.Sets theRestPost.swagger()property on this annotation.Sets theRestPost.value()property on this annotation.