Uses of Class
org.apache.juneau.rest.annotation.SwaggerAnnotation.Builder
Packages that use SwaggerAnnotation.Builder
- 
Uses of SwaggerAnnotation.Builder in org.apache.juneau.rest.annotationMethods in org.apache.juneau.rest.annotation that return SwaggerAnnotation.BuilderModifier and TypeMethodDescriptionSets theSwagger.contact()property on this annotation.static SwaggerAnnotation.BuilderSwaggerAnnotation.create()Instantiates a new builder for this class.SwaggerAnnotation.Builder.externalDocs(ExternalDocs value) Sets theSwagger.externalDocs()property on this annotation.Sets theSwagger.license()property on this annotation.Sets theSwagger.tags()property on this annotation.SwaggerAnnotation.Builder.termsOfService(String... value) Sets theSwagger.termsOfService()property on this annotation.Sets theSwagger.title()property on this annotation.Sets theSwagger.value()property on this annotation.Sets theSwagger.version()property on this annotation.