Uses of Annotation Interface
org.apache.juneau.rest.annotation.OpSwagger
Packages that use OpSwagger
-
Uses of OpSwagger in org.apache.juneau.rest.annotation
Fields in org.apache.juneau.rest.annotation declared as OpSwaggerModifier and TypeFieldDescriptionstatic final OpSwagger
OpSwaggerAnnotation.DEFAULT
Default valueMethods in org.apache.juneau.rest.annotation that return OpSwaggerModifier and TypeMethodDescriptionOpSwaggerAnnotation.Builder.build()
Instantiates a new@OpSwagger
object initialized with this builder.Methods in org.apache.juneau.rest.annotation with parameters of type OpSwaggerModifier and TypeMethodDescriptionstatic boolean
Returnstrue if the specified annotation contains all default values.static boolean
Returnsfalse 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.