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