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