Class OpSwaggerAnnotation
java.lang.Object
org.apache.juneau.rest.annotation.OpSwaggerAnnotation
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic OpSwaggerAnnotation.Buildercreate()Instantiates a new builder for this class.static booleanReturnstrue if the specified annotation contains all default values.static booleanReturnsfalse if the specified annotation contains all default values.
- 
Field Details- 
DEFAULTDefault value
 
- 
- 
Constructor Details- 
OpSwaggerAnnotationpublic OpSwaggerAnnotation()
 
- 
- 
Method Details- 
createInstantiates a new builder for this class.- Returns:
- A new builder object.
 
- 
emptyReturnstrue if the specified annotation contains all default values.- Parameters:
- a- The annotation to check.
- Returns:
- true if the specified annotation contains all default values.
 
- 
notEmptyReturnsfalse if the specified annotation contains all default values.- Parameters:
- a- The annotation to check.
- Returns:
- false if the specified annotation contains all default values.
 
 
-