Class RestPatchAnnotation
java.lang.Object
org.apache.juneau.rest.annotation.RestPatchAnnotation
Utility classes and methods for the 
@RestPatch annotation.
 See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classBuilder class.static classAppliesRestPatchannotations to aRestOpContext.Builder.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic RestPatchAnnotation.Buildercreate()Instantiates a new builder for this class.
- 
Field Details- 
DEFAULTDefault value
 
- 
- 
Constructor Details- 
RestPatchAnnotationpublic RestPatchAnnotation()
 
- 
- 
Method Details- 
createInstantiates a new builder for this class.- Returns:
- A new builder object.
 
 
-