Class RequestAnnotation.Builder
java.lang.Object
org.apache.juneau.annotation.AnnotationBuilder
org.apache.juneau.annotation.TargetedAnnotationBuilder
org.apache.juneau.annotation.TargetedAnnotationTBuilder
org.apache.juneau.http.annotation.RequestAnnotation.Builder
- Enclosing class:
RequestAnnotation
Builder class.
See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Instantiates a new@Request
object initialized with this builder.Appends the classes that this annotation applies to.The targets this annotation applies to.Appends the classes that this annotation applies to.parser
(Class<? extends HttpPartParser> value) Sets theRequest.parser()
property on this annotation.serializer
(Class<? extends HttpPartSerializer> value) Sets theRequest.serializer()
property on this annotation.
-
Constructor Details
-
Builder
protected Builder()Constructor.
-
-
Method Details
-
build
Instantiates a new@Request
object initialized with this builder.- Returns:
- A new
@Request
object.
-
parser
Sets theRequest.parser()
property on this annotation.- Parameters:
value
- The new value for this property.- Returns:
- This object.
-
serializer
Sets theRequest.serializer()
property on this annotation.- Parameters:
value
- The new value for this property.- Returns:
- This object.
-
on
Description copied from class:TargetedAnnotationBuilder
The targets this annotation applies to.- Overrides:
on
in classTargetedAnnotationTBuilder
- Parameters:
values
- The targets this annotation applies to.- Returns:
- This object.
-
on
Description copied from class:TargetedAnnotationTBuilder
Appends the classes that this annotation applies to.- Overrides:
on
in classTargetedAnnotationTBuilder
- Parameters:
value
- The values to append.- Returns:
- This object.
-
onClass
Description copied from class:TargetedAnnotationTBuilder
Appends the classes that this annotation applies to.- Overrides:
onClass
in classTargetedAnnotationTBuilder
- Parameters:
value
- The values to append.- Returns:
- This object.
-