Uses of Annotation Interface
org.apache.juneau.annotation.ExternalDocs
Packages that use ExternalDocs
Package
Description
REST Annotations
- 
Uses of ExternalDocs in org.apache.juneau.annotationFields in org.apache.juneau.annotation declared as ExternalDocsModifier and TypeFieldDescriptionstatic final ExternalDocsExternalDocsAnnotation.DEFAULTDefault valueMethods in org.apache.juneau.annotation that return ExternalDocsModifier and TypeMethodDescriptionExternalDocsAnnotation.Builder.build()Instantiates a new@ExternalDocsobject initialized with this builder.Methods in org.apache.juneau.annotation with parameters of type ExternalDocsModifier and TypeMethodDescriptionstatic booleanExternalDocsAnnotation.empty(ExternalDocs a) Returnstrue if the specified annotation contains all default values.SchemaAnnotation.Builder.externalDocs(ExternalDocs value) Sets theSchema.externalDocs()property on this annotation.static JsonMapExternalDocsAnnotation.merge(JsonMap m, ExternalDocs a) Merges the contents of the specified annotation into the specified generic map.
- 
Uses of ExternalDocs in org.apache.juneau.http.annotationMethods in org.apache.juneau.http.annotation with parameters of type ExternalDocsModifier and TypeMethodDescriptionTagAnnotation.Builder.externalDocs(ExternalDocs value) Sets theTag.externalDocs()property on this annotation.
- 
Uses of ExternalDocs in org.apache.juneau.rest.annotationMethods in org.apache.juneau.rest.annotation with parameters of type ExternalDocsModifier and TypeMethodDescriptionOpSwaggerAnnotation.Builder.externalDocs(ExternalDocs value) Sets theOpSwagger.externalDocs()property on this annotation.SwaggerAnnotation.Builder.externalDocs(ExternalDocs value) Sets theSwagger.externalDocs()property on this annotation.