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