Uses of Interface
com.networknt.oas.model.Tag
-
Packages that use Tag Package Description com.networknt.oas.model com.networknt.oas.model.impl -
-
Uses of Tag in com.networknt.oas.model
Methods in com.networknt.oas.model that return Tag Modifier and Type Method Description TagOpenApi3. getTag(int index)Methods in com.networknt.oas.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>OpenApi3. getTags()List<Tag>OpenApi3. getTags(boolean elaborate)Methods in com.networknt.oas.model with parameters of type Tag Modifier and Type Method Description voidOpenApi3. addTag(Tag tag)voidOpenApi3. insertTag(int index, Tag tag)voidOpenApi3. setTag(int index, Tag tag)Method parameters in com.networknt.oas.model with type arguments of type Tag Modifier and Type Method Description voidOpenApi3. setTags(List<Tag> tags) -
Uses of Tag in com.networknt.oas.model.impl
Classes in com.networknt.oas.model.impl that implement Tag Modifier and Type Class Description classTagImplFields in com.networknt.oas.model.impl with type parameters of type Tag Modifier and Type Field Description static com.networknt.jsonoverlay.OverlayFactory<Tag>TagImpl. factoryMethods in com.networknt.oas.model.impl that return Tag Modifier and Type Method Description static <OV extends com.networknt.jsonoverlay.IJsonOverlay<?>>
TagTagImpl. create(OV modelMember)TagOpenApi3Impl. getTag(int index)Methods in com.networknt.oas.model.impl that return types with arguments of type Tag Modifier and Type Method Description static <OV extends com.networknt.jsonoverlay.IJsonOverlay<?>>
com.networknt.jsonoverlay.Builder<Tag>TagImpl. builder(OV modelMember)List<Tag>OpenApi3Impl. getTags()List<Tag>OpenApi3Impl. getTags(boolean elaborate)Methods in com.networknt.oas.model.impl with parameters of type Tag Modifier and Type Method Description voidOpenApi3Impl. addTag(Tag tag)voidOpenApi3Impl. insertTag(int index, Tag tag)voidOpenApi3Impl. setTag(int index, Tag tag)Method parameters in com.networknt.oas.model.impl with type arguments of type Tag Modifier and Type Method Description voidOpenApi3Impl. setTags(List<Tag> tags)Constructors in com.networknt.oas.model.impl with parameters of type Tag Constructor Description TagImpl(Tag tag, com.networknt.jsonoverlay.JsonOverlay<?> parent, com.networknt.jsonoverlay.ReferenceManager refMgr)
-