Class RestOpAnnotation
java.lang.Object
org.apache.juneau.rest.annotation.RestOpAnnotation
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classBuilder class.static classAppliesRestOpannotations to aRestOpContext.Builder.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final RestOpDefault valuestatic final Predicate<AnnotationInfo<?>>Predicate that can be used with theClassInfo.getAnnotationList(Predicate)andMethodInfo.getAnnotationList(Predicate)
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic RestOpAnnotation.Buildercreate()Instantiates a new builder for this class.
- 
Field Details- 
DEFAULTDefault value
- 
REST_OP_GROUPPredicate that can be used with theClassInfo.getAnnotationList(Predicate)andMethodInfo.getAnnotationList(Predicate)
 
- 
- 
Constructor Details- 
RestOpAnnotationpublic RestOpAnnotation()
 
- 
- 
Method Details- 
createInstantiates a new builder for this class.- Returns:
- A new builder object.
 
 
-