Class RestPostAnnotation
java.lang.Object
org.apache.juneau.rest.annotation.RestPostAnnotation
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Builder class.static class
AppliesRestPost
annotations to aRestOpContext.Builder
. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RestPostAnnotation.Builder
create()
Instantiates a new builder for this class.
-
Field Details
-
DEFAULT
Default value
-
-
Constructor Details
-
RestPostAnnotation
public RestPostAnnotation()
-
-
Method Details
-
create
Instantiates a new builder for this class.- Returns:
- A new builder object.
-