Class RestPatchAnnotation
java.lang.Object
org.apache.juneau.rest.annotation.RestPatchAnnotation
Utility classes and methods for the
@RestPatch annotation.
See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder class.static classAppliesRestPatchannotations to aRestOpContext.Builder. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RestPatchAnnotation.Buildercreate()Instantiates a new builder for this class.
-
Field Details
-
DEFAULT
Default value
-
-
Constructor Details
-
RestPatchAnnotation
public RestPatchAnnotation()
-
-
Method Details
-
create
Instantiates a new builder for this class.- Returns:
- A new builder object.
-