Class RequestAnnotation
java.lang.Object
org.apache.juneau.http.annotation.RequestAnnotation
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Applies targetedRequest
annotations to aBeanContext.Builder
.static @interface
A collection of@Request annotations
.static class
Builder class. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RequestAnnotation.Builder
create()
Instantiates a new builder for this class.static RequestAnnotation.Builder
Instantiates a new builder for this class.static RequestAnnotation.Builder
Instantiates a new builder for this class.
-
Field Details
-
DEFAULT
Default value
-
-
Constructor Details
-
RequestAnnotation
public RequestAnnotation()
-
-
Method Details
-
create
Instantiates a new builder for this class.- Returns:
- A new builder object.
-
create
Instantiates a new builder for this class.- Parameters:
on
- The targets this annotation applies to.- Returns:
- A new builder object.
-
create
Instantiates a new builder for this class.- Parameters:
on
- The targets this annotation applies to.- Returns:
- A new builder object.
-