Class RequestAnnotation
java.lang.Object
org.apache.juneau.http.annotation.RequestAnnotation
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classApplies targetedRequestannotations to aBeanContext.Builder.static @interfaceA collection of@Request annotations.static classBuilder class. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RequestAnnotation.Buildercreate()Instantiates a new builder for this class.static RequestAnnotation.BuilderInstantiates a new builder for this class.static RequestAnnotation.BuilderInstantiates 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.
-