Class ContentAnnotation
java.lang.Object
org.apache.juneau.http.annotation.ContentAnnotation
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Applies targetedContent
annotations to aBeanContext.Builder
.static @interface
A collection of@Content annotations
.static class
Builder class. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ContentAnnotation.Builder
create()
Instantiates a new builder for this class.static ContentAnnotation.Builder
Instantiates a new builder for this class.static ContentAnnotation.Builder
Instantiates a new builder for this class.static boolean
Returnstrue if the specified annotation contains all default values.
-
Field Details
-
DEFAULT
Default value
-
-
Constructor Details
-
ContentAnnotation
public ContentAnnotation()
-
-
Method Details
-
create
Instantiates a new builder for this class.- Returns:
- A new builder object.
-
create
Instantiates a new builder for this class.- Parameters:
on
- The targets this annotation applies to.- Returns:
- A new builder object.
-
create
Instantiates a new builder for this class.- Parameters:
on
- The targets this annotation applies to.- Returns:
- A new builder object.
-
empty
Returnstrue if the specified annotation contains all default values.- Parameters:
a
- The annotation to check.- Returns:
true if the specified annotation contains all default values.
-