Uses of Class
org.apache.juneau.rest.annotation.RestAnnotation.Builder
Packages that use RestAnnotation.Builder
-
Uses of RestAnnotation.Builder in org.apache.juneau.rest.annotation
Methods in org.apache.juneau.rest.annotation that return RestAnnotation.BuilderModifier and TypeMethodDescriptionRestAnnotation.Builder.allowedHeaderParams
(String value) Sets theRest.allowedHeaderParams()
property on this annotation.RestAnnotation.Builder.allowedMethodHeaders
(String value) Sets theRest.allowedMethodHeaders()
property on this annotation.RestAnnotation.Builder.allowedMethodParams
(String value) Sets theRest.allowedMethodParams()
property on this annotation.Sets theRest.beanStore()
property on this annotation.RestAnnotation.Builder.callLogger
(Class<? extends CallLogger> value) Sets theRest.callLogger()
property on this annotation.Sets theRest.children()
property on this annotation.RestAnnotation.Builder.clientVersionHeader
(String value) Sets theRest.clientVersionHeader()
property on this annotation.Sets theRest.config()
property on this annotation.Sets theRest.consumes()
property on this annotation.final RestAnnotation.Builder
RestAnnotation.Builder.converters
(Class<? extends RestConverter>... value) Sets theRest.converters()
property on this annotation.static RestAnnotation.Builder
RestAnnotation.create()
Instantiates a new builder for this class.static RestAnnotation.Builder
Instantiates a new builder for this class.static RestAnnotation.Builder
Instantiates a new builder for this class.Sets theRest.debug()
property on this annotation.RestAnnotation.Builder.debugEnablement
(Class<? extends DebugEnablement> value) Sets theRest.debugEnablement()
property on this annotation.Sets theRest.debugOn()
property on this annotation.RestAnnotation.Builder.defaultAccept
(String value) Sets theRest.defaultAccept()
property on this annotation.RestAnnotation.Builder.defaultCharset
(String value) Sets theRest.defaultCharset()
property on this annotation.RestAnnotation.Builder.defaultContentType
(String value) Sets theRest.defaultContentType()
property on this annotation.RestAnnotation.Builder.defaultRequestAttributes
(String... value) Sets theRest.defaultRequestAttributes()
property on this annotation.RestAnnotation.Builder.defaultRequestHeaders
(String... value) Sets theRest.defaultRequestHeaders()
property on this annotation.RestAnnotation.Builder.defaultResponseHeaders
(String... value) Sets theRest.defaultResponseHeaders()
property on this annotation.RestAnnotation.Builder.disableContentParam
(String value) Sets theRest.disableContentParam()
property on this annotation.final RestAnnotation.Builder
Sets theRest.encoders()
property on this annotation.final RestAnnotation.Builder
Sets theRest.guards()
property on this annotation.Sets theRest.maxInput()
property on this annotation.Sets theRest.messages()
property on this annotation.Sets theRest.parsers()
property on this annotation.RestAnnotation.Builder.partParser
(Class<? extends HttpPartParser> value) Sets theRest.partParser()
property on this annotation.RestAnnotation.Builder.partSerializer
(Class<? extends HttpPartSerializer> value) Sets theRest.partSerializer()
property on this annotation.Sets theRest.path()
property on this annotation.Sets theRest.produces()
property on this annotation.RestAnnotation.Builder.renderResponseStackTraces
(String value) Sets theRest.renderResponseStackTraces()
property on this annotation.final RestAnnotation.Builder
RestAnnotation.Builder.responseProcessors
(Class<? extends ResponseProcessor>... value) Sets theRest.responseProcessors()
property on this annotation.RestAnnotation.Builder.restChildrenClass
(Class<? extends RestChildren> value) Sets theRest.restChildrenClass()
property on this annotation.final RestAnnotation.Builder
RestAnnotation.Builder.restOpArgs
(Class<? extends RestOpArg>... value) Sets theRest.restOpArgs()
property on this annotation.RestAnnotation.Builder.restOperationsClass
(Class<? extends RestOperations> value) Sets theRest.restOperationsClass()
property on this annotation.Sets theRest.roleGuard()
property on this annotation.RestAnnotation.Builder.rolesDeclared
(String value) Sets theRest.rolesDeclared()
property on this annotation.final RestAnnotation.Builder
RestAnnotation.Builder.serializers
(Class<? extends Serializer>... value) Sets theRest.serializers()
property on this annotation.Sets theRest.siteName()
property on this annotation.RestAnnotation.Builder.staticFiles
(Class<? extends StaticFiles> value) Sets theRest.staticFiles()
property on this annotation.Sets theRest.swagger()
property on this annotation.RestAnnotation.Builder.swaggerProvider
(Class<? extends SwaggerProvider> value) Sets theRest.swaggerProvider()
property on this annotation.Sets theRest.title()
property on this annotation.RestAnnotation.Builder.uriAuthority
(String value) Sets theRest.uriAuthority()
property on this annotation.RestAnnotation.Builder.uriContext
(String value) Sets theRest.uriContext()
property on this annotation.RestAnnotation.Builder.uriRelativity
(String value) Sets theRest.uriRelativity()
property on this annotation.RestAnnotation.Builder.uriResolution
(String value) Sets theRest.uriResolution()
property on this annotation.