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