Class RestOpAnnotation
java.lang.Object
org.apache.juneau.rest.annotation.RestOpAnnotation
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder class.static classAppliesRestOpannotations to aRestOpContext.Builder. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RestOpDefault valuestatic final Predicate<AnnotationInfo<?>>Predicate that can be used to filter annotation streams. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RestOpAnnotation.Buildercreate()Instantiates a new builder for this class.
-
Field Details
-
DEFAULT
Default value -
REST_OP_GROUP
Predicate that can be used to filter annotation streams.Example:
classInfo.getAnnotations().stream().filter(REST_OP_GROUP)
-
-
Constructor Details
-
RestOpAnnotation
public RestOpAnnotation()
-
-
Method Details
-
create
Instantiates a new builder for this class.- Returns:
- A new builder object.
-