Class RestOpAnnotation
java.lang.Object
org.apache.juneau.rest.annotation.RestOpAnnotation
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Builder class.static class
AppliesRestOp
annotations to aRestOpContext.Builder
. -
Field Summary
Modifier and TypeFieldDescriptionstatic final RestOp
Default valuestatic final Predicate<AnnotationInfo<?>>
Predicate that can be used with theClassInfo.getAnnotationList(Predicate)
andMethodInfo.getAnnotationList(Predicate)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RestOpAnnotation.Builder
create()
Instantiates a new builder for this class.
-
Field Details
-
DEFAULT
Default value -
REST_OP_GROUP
Predicate that can be used with theClassInfo.getAnnotationList(Predicate)
andMethodInfo.getAnnotationList(Predicate)
-
-
Constructor Details
-
RestOpAnnotation
public RestOpAnnotation()
-
-
Method Details
-
create
Instantiates a new builder for this class.- Returns:
- A new builder object.
-