Class RestPatchAnnotation
java.lang.Object
org.apache.juneau.rest.annotation.RestPatchAnnotation
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Builder class.static class
AppliesRestPatch
annotations to aRestOpContext.Builder
. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RestPatchAnnotation.Builder
create()
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.
-