Uses of Class
de.kosmos_lab.web.annotations.tags.Tag
-
Packages that use Tag Package Description de.kosmos_lab.web.annotations.tags de.kosmos_lab.web.doc.openapi de.kosmos_lab.web.server -
-
Uses of Tag in de.kosmos_lab.web.annotations.tags
Methods in de.kosmos_lab.web.annotations.tags that return Tag Modifier and Type Method Description Tag[]value() -
Uses of Tag in de.kosmos_lab.web.doc.openapi
Methods in de.kosmos_lab.web.doc.openapi that return Tag Modifier and Type Method Description Tag[]tags()Tag[]tags()Tag[]tags() -
Uses of Tag in de.kosmos_lab.web.server
Methods in de.kosmos_lab.web.server with parameters of type Tag Modifier and Type Method Description voidOpenApiParser. add(Tag tag, org.json.JSONArray array)voidOpenApiParser. add(String tag, Tag[] tags, org.json.JSONObject json)Method parameters in de.kosmos_lab.web.server with type arguments of type Tag Modifier and Type Method Description voidOpenApiParser. add(String tag, HashSet<Tag> tags, org.json.JSONObject json)
-