Class RestPostAnnotation
java.lang.Object
org.apache.juneau.rest.annotation.RestPostAnnotation
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classBuilder class.static classAppliesRestPostannotations to aRestOpContext.Builder.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic RestPostAnnotation.Buildercreate()Instantiates a new builder for this class.
- 
Field Details- 
DEFAULTDefault value
 
- 
- 
Constructor Details- 
RestPostAnnotationpublic RestPostAnnotation()
 
- 
- 
Method Details- 
createInstantiates a new builder for this class.- Returns:
- A new builder object.
 
 
-