Uses of Annotation Interface
org.apache.juneau.rest.annotation.OpSwagger
Packages that use OpSwagger
- 
Uses of OpSwagger in org.apache.juneau.rest.annotationFields in org.apache.juneau.rest.annotation declared as OpSwaggerModifier and TypeFieldDescriptionstatic final OpSwaggerOpSwaggerAnnotation.DEFAULTDefault valueMethods in org.apache.juneau.rest.annotation that return OpSwaggerModifier and TypeMethodDescriptionOpSwaggerAnnotation.Builder.build()Instantiates a new@OpSwaggerobject initialized with this builder.Methods in org.apache.juneau.rest.annotation with parameters of type OpSwaggerModifier and TypeMethodDescriptionstatic booleanReturnstrue if the specified annotation contains all default values.static booleanReturnsfalse if the specified annotation contains all default values.Sets theRestDelete.swagger()property on this annotation.Sets theRestGet.swagger()property on this annotation.Sets theRestOp.swagger()property on this annotation.Sets theRestOptions.swagger()property on this annotation.Sets theRestPatch.swagger()property on this annotation.Sets theRestPost.swagger()property on this annotation.Sets theRestPut.swagger()property on this annotation.