Class RestGetAnnotation.Builder
java.lang.Object
org.apache.juneau.annotation.AnnotationBuilder
org.apache.juneau.annotation.TargetedAnnotationBuilder
org.apache.juneau.annotation.TargetedAnnotationMBuilder
org.apache.juneau.rest.annotation.RestGetAnnotation.Builder
- Enclosing class:
RestGetAnnotation
Builder class.
See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Instantiates a new@RestGetobject initialized with this builder.clientVersion(String value) Sets theRestGet.clientVersion()property on this annotation.converters(Class<? extends RestConverter>... value) Sets theRestGet.converters()property on this annotation.Sets theRestGet.debug()property on this annotation.defaultAccept(String value) Sets theRestGet.defaultAccept()property on this annotation.defaultCharset(String value) Sets theRestGet.defaultCharset()property on this annotation.defaultRequestAttributes(String... value) Sets theRestGet.defaultRequestAttributes()property on this annotation.defaultRequestHeaders(String... value) Sets theRestGet.defaultRequestHeaders()property on this annotation.defaultRequestQueryData(String... value) Sets theRestGet.defaultRequestQueryData()property on this annotation.defaultResponseHeaders(String... value) Sets theRestGet.defaultResponseHeaders()property on this annotation.description(String... value) Sets theRestGet.description()property on this annotation.Sets theRestGet.encoders()property on this annotation.Sets theRestGet.guards()property on this annotation.matchers(Class<? extends RestMatcher>... value) Sets theRestGet.matchers()property on this annotation.Appends the methods that this annotation applies to.The targets this annotation applies to.Sets theRestGet.path()property on this annotation.Sets theRestGet.produces()property on this annotation.Sets theRestGet.roleGuard()property on this annotation.rolesDeclared(String value) Sets theRestGet.rolesDeclared()property on this annotation.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.
-
Constructor Details
-
Builder
protected Builder()Constructor.
-
-
Method Details
-
build
Instantiates a new@RestGetobject initialized with this builder.- Returns:
- A new
@RestGetobject.
-
clientVersion
Sets theRestGet.clientVersion()property on this annotation.- Parameters:
value- The new value for this property.- Returns:
- This object.
-
converters
Sets theRestGet.converters()property on this annotation.- Parameters:
value- The new value for this property.- Returns:
- This object.
-
debug
Sets theRestGet.debug()property on this annotation.- Parameters:
value- The new value for this property.- Returns:
- This object.
-
defaultAccept
Sets theRestGet.defaultAccept()property on this annotation.- Parameters:
value- The new value for this property.- Returns:
- This object.
-
defaultCharset
Sets theRestGet.defaultCharset()property on this annotation.- Parameters:
value- The new value for this property.- Returns:
- This object.
-
defaultRequestQueryData
Sets theRestGet.defaultRequestQueryData()property on this annotation.- Parameters:
value- The new value for this property.- Returns:
- This object.
-
defaultRequestAttributes
Sets theRestGet.defaultRequestAttributes()property on this annotation.- Parameters:
value- The new value for this property.- Returns:
- This object.
-
defaultRequestHeaders
Sets theRestGet.defaultRequestHeaders()property on this annotation.- Parameters:
value- The new value for this property.- Returns:
- This object.
-
defaultResponseHeaders
Sets theRestGet.defaultResponseHeaders()property on this annotation.- Parameters:
value- The new value for this property.- Returns:
- This object.
-
description
Sets theRestGet.description()property on this annotation.- Parameters:
value- The new value for this property.- Returns:
- This object.
-
encoders
Sets theRestGet.encoders()property on this annotation.- Parameters:
value- The new value for this property.- Returns:
- This object.
-
guards
Sets theRestGet.guards()property on this annotation.- Parameters:
value- The new value for this property.- Returns:
- This object.
-
matchers
Sets theRestGet.matchers()property on this annotation.- Parameters:
value- The new value for this property.- Returns:
- This object.
-
path
Sets theRestGet.path()property on this annotation.- Parameters:
value- The new value for this property.- Returns:
- This object.
-
produces
Sets theRestGet.produces()property on this annotation.- Parameters:
value- The new value for this property.- Returns:
- This object.
-
roleGuard
Sets theRestGet.roleGuard()property on this annotation.- Parameters:
value- The new value for this property.- Returns:
- This object.
-
rolesDeclared
Sets theRestGet.rolesDeclared()property on this annotation.- Parameters:
value- The new value for this property.- Returns:
- This object.
-
serializers
Sets theRestGet.serializers()property on this annotation.- Parameters:
value- The new value for this property.- Returns:
- This object.
-
summary
Sets theRestGet.summary()property on this annotation.- Parameters:
value- The new value for this property.- Returns:
- This object.
-
swagger
Sets theRestGet.swagger()property on this annotation.- Parameters:
value- The new value for this property.- Returns:
- This object.
-
value
Sets theRestGet.value()property on this annotation.- Parameters:
value- The new value for this property.- Returns:
- This object.
-
on
Description copied from class:TargetedAnnotationBuilderThe targets this annotation applies to.- Overrides:
onin classTargetedAnnotationMBuilder- Parameters:
values- The targets this annotation applies to.- Returns:
- This object.
-
on
Description copied from class:TargetedAnnotationMBuilderAppends the methods that this annotation applies to.- Overrides:
onin classTargetedAnnotationMBuilder- Parameters:
value- The values to append.- Returns:
- This object.
-